# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Make an R function available in ... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://master.bioconductor.org/packages/3.9/bioc/src/contrib/RGalaxy_1.28.0.tar.gz" LICENSE='Artistic-2' IUSE="${IUSE-} r_suggests_annotationdbi r_suggests_formatr r_suggests_knitr r_suggests_runit" R_SUGGESTS=" r_suggests_annotationdbi? ( sci-BIOC/AnnotationDbi ) r_suggests_formatr? ( sci-CRAN/formatR ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_runit? ( sci-CRAN/RUnit ) " DEPEND="sci-CRAN/roxygen2 sci-BIOC/Biobase sci-CRAN/XML sci-BIOC/BiocGenerics sci-CRAN/optparse " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'hgu95av2.db' 'sci-CRAN/Rserve' )