# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Quantitative Trait Locus Mapping... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/qtl2_0.34.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_devtools r_suggests_qtl r_suggests_roxygen2 r_suggests_testthat r_suggests_vdiffr" R_SUGGESTS=" r_suggests_devtools? ( sci-CRAN/devtools ) r_suggests_qtl? ( sci-CRAN/qtl ) r_suggests_roxygen2? ( sci-CRAN/roxygen2 ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) " DEPEND=">=dev-lang/R-3.1.0 >=sci-CRAN/jsonlite-0.9.17 >=sci-CRAN/yaml-2.1.13 >=sci-CRAN/Rcpp-1.0.7 >=sci-CRAN/data_table-1.10.4.3 sci-CRAN/RSQLite " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppEigen ${R_SUGGESTS-} "