# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Predict and Map Oyster Growth Su... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/oystermapR_1.4.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_ggplot2 r_suggests_gstat r_suggests_httr r_suggests_jsonlite r_suggests_knitr r_suggests_lubridate r_suggests_ncdf4 r_suggests_oce r_suggests_rmarkdown r_suggests_sp r_suggests_suncalc r_suggests_testthat r_suggests_tinytex" R_SUGGESTS=" r_suggests_ggplot2? ( >=sci-CRAN/ggplot2-3.4.0 ) r_suggests_gstat? ( >=sci-CRAN/gstat-2.1.0 ) r_suggests_httr? ( >=sci-CRAN/httr-1.4.0 ) r_suggests_jsonlite? ( >=sci-CRAN/jsonlite-1.8.0 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lubridate? ( >=sci-CRAN/lubridate-1.9.0 ) r_suggests_ncdf4? ( >=sci-CRAN/ncdf4-1.19 ) r_suggests_oce? ( >=sci-CRAN/oce-1.7.0 ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.20 ) r_suggests_sp? ( >=sci-CRAN/sp-1.6.0 ) r_suggests_suncalc? ( >=sci-CRAN/suncalc-0.5.0 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tinytex? ( sci-CRAN/tinytex ) " DEPEND=">=dev-lang/R-4.1.0 >=sci-CRAN/sf-1.0.0 >=sci-CRAN/terra-1.7.18 >=sci-CRAN/dplyr-1.0.0 >=sci-CRAN/rlang-1.0.0 >=sci-CRAN/cli-3.0.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"