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

EAPI=7

inherit R-packages

DESCRIPTION='Analysis of Parent-Specific DNA Copy Numbers'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/PSCBS_0.66.0.tar.gz"
LICENSE='GPL-2+'

IUSE="${IUSE-} r_suggests_ggplot2 r_suggests_hmisc r_suggests_r_devices
	r_suggests_r_rsp"
R_SUGGESTS="
	r_suggests_ggplot2? ( >=sci-CRAN/ggplot2-3.2.1 )
	r_suggests_hmisc? ( sci-CRAN/Hmisc )
	r_suggests_r_devices? ( >=sci-CRAN/R_devices-2.17.0 )
	r_suggests_r_rsp? ( >=sci-CRAN/R_rsp-0.44.0 )
"
DEPEND=">=dev-lang/R-3.2.0
	>=sci-BIOC/aroma_light-2.4.0
	>=sci-CRAN/R_utils-2.11.0
	>=sci-CRAN/R_methodsS3-1.8.1
	>=sci-CRAN/R_oo-1.24.0
	>=sci-CRAN/R_cache-0.15.0
	virtual/Matrix
	>=sci-BIOC/DNAcopy-1.42.0
	>=sci-CRAN/listenv-0.8.0
	>=sci-CRAN/future-1.22.1
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"