# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Calculate Genetic Interactions f... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/gimap_1.0.2.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_kableextra r_suggests_knitr r_suggests_roxygen2 r_suggests_testthat" R_SUGGESTS=" r_suggests_kableextra? ( sci-CRAN/kableExtra ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_roxygen2? ( sci-CRAN/roxygen2 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/purrr sci-CRAN/jsonlite sci-CRAN/broom sci-CRAN/dplyr sci-CRAN/rmarkdown >=dev-lang/R-3.5.0 sci-CRAN/readr sci-CRAN/tidyr sci-CRAN/vroom sci-CRAN/ggplot2 sci-CRAN/magrittr sci-CRAN/pheatmap sci-CRAN/janitor sci-CRAN/stringr sci-CRAN/httr sci-CRAN/openssl " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"