# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Download, Extract and Visualise ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/climenv_1.0.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_covr r_suggests_fs r_suggests_knitr r_suggests_progress r_suggests_raster r_suggests_rmarkdown r_suggests_testthat r_suggests_vdiffr" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_fs? ( sci-CRAN/fs ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_progress? ( sci-CRAN/progress ) r_suggests_raster? ( sci-CRAN/raster ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-0.2.0 ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) " DEPEND="sci-CRAN/climaemet sci-CRAN/geodata >=sci-CRAN/elevatr-0.99 sci-CRAN/exactextractr sci-CRAN/dplyr sci-CRAN/glue >=dev-lang/R-4.1.0 sci-CRAN/dismo sci-CRAN/plyr sci-CRAN/randomForest sci-CRAN/sf sci-CRAN/sp sci-CRAN/Ternary sci-CRAN/terra " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"