# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Biological Indicators and Indice... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/BioIndex_0.6.4.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_knitr r_suggests_mapproj r_suggests_maps r_suggests_rmarkdown" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_mapproj? ( sci-CRAN/mapproj ) r_suggests_maps? ( >=sci-CRAN/maps-3.4.1 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) " DEPEND="virtual/mgcv sci-CRAN/marmap sci-CRAN/stringr sci-CRAN/tidyterra sci-CRAN/zip sci-CRAN/shiny sci-CRAN/shinyjs >=dev-lang/R-4.1 sci-CRAN/hms sci-CRAN/dplyr sci-CRAN/ggplot2 sci-CRAN/magrittr sci-CRAN/terra sci-CRAN/reshape2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"