# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Biological Condition Gradient, Calculator' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/BCGcalc_2.3.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_biomontools r_suggests_complexupset r_suggests_dt r_suggests_ggplot2 r_suggests_httr r_suggests_knitr r_suggests_nhdplustools r_suggests_plyr r_suggests_readxl r_suggests_rioja r_suggests_rmarkdown r_suggests_shiny r_suggests_testthat r_suggests_tibble r_suggests_tidyr" R_SUGGESTS=" r_suggests_biomontools? ( sci-CRAN/BioMonTools ) r_suggests_complexupset? ( sci-CRAN/ComplexUpset ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_httr? ( sci-CRAN/httr ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_nhdplustools? ( sci-CRAN/nhdplusTools ) r_suggests_plyr? ( sci-CRAN/plyr ) r_suggests_readxl? ( sci-CRAN/readxl ) r_suggests_rioja? ( sci-CRAN/rioja ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tibble? ( sci-CRAN/tibble ) r_suggests_tidyr? ( sci-CRAN/tidyr ) " DEPEND=">=dev-lang/R-3.5.0 sci-CRAN/dplyr sci-CRAN/reshape2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"