# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Combined Analysis of Pleiotropy ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/cape_3.1.2.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_knitr? ( >=sci-CRAN/knitr-1.29 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-2.3.2 ) " DEPEND="virtual/Matrix sci-CRAN/pheatmap >=sci-CRAN/regress-1.3.21 sci-CRAN/doParallel sci-CRAN/caTools sci-CRAN/qtl >=sci-CRAN/R6-2.4.1 >=sci-CRAN/RColorBrewer-1.1.2 >=sci-CRAN/shape-1.4.5 sci-CRAN/abind sci-CRAN/qtl2convert sci-CRAN/qtl2 sci-CRAN/igraph >=dev-lang/R-3.6 sci-CRAN/corpcor sci-CRAN/here sci-CRAN/evd sci-CRAN/foreach sci-CRAN/pracma sci-CRAN/propagate >=sci-CRAN/yaml-2.2.1 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"