# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Genome-Wide Association Study with SNP-Set Methods' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/RAINBOWR_0.1.32.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_adegenet r_suggests_data_table r_suggests_doparallel r_suggests_foreach r_suggests_furrr r_suggests_future r_suggests_ggplot2 r_suggests_ggtree r_suggests_haplotypes r_suggests_knitr r_suggests_phylobase r_suggests_plotly r_suggests_progressr r_suggests_rmarkdown r_suggests_scatterpie" R_SUGGESTS=" r_suggests_adegenet? ( sci-CRAN/adegenet ) r_suggests_data_table? ( sci-CRAN/data_table ) r_suggests_doparallel? ( sci-CRAN/doParallel ) r_suggests_foreach? ( sci-CRAN/foreach ) r_suggests_furrr? ( sci-CRAN/furrr ) r_suggests_future? ( sci-CRAN/future ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggtree? ( sci-BIOC/ggtree ) r_suggests_haplotypes? ( sci-CRAN/haplotypes ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_phylobase? ( sci-CRAN/phylobase ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_progressr? ( sci-CRAN/progressr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_scatterpie? ( sci-CRAN/scatterpie ) " DEPEND="virtual/MASS sci-CRAN/optimx sci-CRAN/ape sci-CRAN/expm sci-CRAN/pegas sci-CRAN/R_utils sci-CRAN/htmlwidgets sci-CRAN/gaston sci-CRAN/pbmcapply >=dev-lang/R-3.5.0 sci-CRAN/here sci-CRAN/stringr sci-CRAN/Rcpp virtual/cluster virtual/Matrix sci-CRAN/Rfast sci-CRAN/rrBLUP sci-CRAN/MM4LMM " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppEigen ${R_SUGGESTS-} "