# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Additional Tools for Developing ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/SpaDES.tools_2.0.5.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_animation r_suggests_bit r_suggests_covr r_suggests_deoptim r_suggests_dqrng r_suggests_fastmatch r_suggests_knitr r_suggests_quickplot r_suggests_raster r_suggests_rmarkdown r_suggests_sf r_suggests_sp r_suggests_testthat r_suggests_withr" R_SUGGESTS=" r_suggests_animation? ( sci-CRAN/animation ) r_suggests_bit? ( >=sci-CRAN/bit-1.1.12 ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_deoptim? ( >=sci-CRAN/DEoptim-2.2.4 ) r_suggests_dqrng? ( sci-CRAN/dqrng ) r_suggests_fastmatch? ( sci-CRAN/fastmatch ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_quickplot? ( >=sci-CRAN/quickPlot-1.0.2 ) r_suggests_raster? ( >=sci-CRAN/raster-2.5.8 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_sf? ( sci-CRAN/sf ) r_suggests_sp? ( >=sci-CRAN/sp-1.2.4 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND=">=dev-lang/R-4.1 >=sci-CRAN/fpCompare-0.2.1 sci-CRAN/backports >=sci-CRAN/data_table-1.10.4 >=sci-CRAN/checkmate-1.8.2 >=sci-CRAN/Rcpp-0.12.12 >=sci-CRAN/reproducible-2.0.9 sci-CRAN/terra " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( '>=sci-CRAN/NLMR-1.1.1' )