# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Fixed Rank Kriging' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/FRK_2.2.0.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_covr r_suggests_gstat r_suggests_knitr r_suggests_mapproj r_suggests_sf r_suggests_spdep r_suggests_splancs r_suggests_testthat r_suggests_verification" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_gstat? ( sci-CRAN/gstat ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_mapproj? ( sci-CRAN/mapproj ) r_suggests_sf? ( sci-CRAN/sf ) r_suggests_spdep? ( sci-CRAN/spdep ) r_suggests_splancs? ( sci-CRAN/splancs ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_verification? ( sci-CRAN/verification ) " DEPEND="sci-CRAN/reshape2 sci-CRAN/plyr sci-CRAN/digest sci-CRAN/dplyr sci-CRAN/sp virtual/Matrix sci-CRAN/spacetime sci-CRAN/TMB sci-CRAN/ggpubr sci-CRAN/scales sci-CRAN/ggplot2 sci-CRAN/sparseinv >=sci-CRAN/Hmisc-4.1 >=sci-CRAN/Rcpp-0.12.12 sci-CRAN/statmod >=dev-lang/R-3.5.0 " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/TMB sci-CRAN/RcppEigen ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'dggrids' 'INLA' )