# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages

DESCRIPTION='Forward Genetic Simulation of Ca... (see metadata)'
KEYWORDS="~amd64"
SRC_URI="http://master.bioconductor.org/packages/3.9/bioc/src/contrib/OncoSimulR_2.14.0.tar.gz"
LICENSE='GPL-3+'

IUSE="${IUSE-} r_suggests_biocstyle r_suggests_bookdown r_suggests_knitr
	r_suggests_oncotree r_suggests_pander r_suggests_rmarkdown
	r_suggests_testthat"
R_SUGGESTS="
	r_suggests_biocstyle? ( sci-BIOC/BiocStyle )
	r_suggests_bookdown? ( sci-CRAN/bookdown )
	r_suggests_knitr? ( sci-CRAN/knitr )
	r_suggests_oncotree? ( sci-CRAN/Oncotree )
	r_suggests_pander? ( sci-CRAN/pander )
	r_suggests_rmarkdown? ( sci-CRAN/rmarkdown )
	r_suggests_testthat? ( >=sci-CRAN/testthat-1.0.0 )
"
DEPEND=">=dev-lang/R-3.3.0
	sci-BIOC/Rgraphviz
	>=sci-CRAN/Rcpp-0.12.4
	sci-BIOC/graph
	sci-CRAN/data_table
	sci-CRAN/gtools
	sci-CRAN/igraph
	sci-CRAN/RColorBrewer
	sci-CRAN/car
	sci-CRAN/dplyr
	sci-CRAN/smatr
	sci-CRAN/ggplot2
	sci-CRAN/ggrepel
	sci-BIOC/nem
"
RDEPEND="${DEPEND-}
	sci-CRAN/Rcpp
	${R_SUGGESTS-}
"