# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Tools for Statistical Inference ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/SpatialInference_0.1.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_dplyr r_suggests_fixest r_suggests_geosphere r_suggests_ggplot2 r_suggests_gstat r_suggests_knitr r_suggests_lfe r_suggests_modelsummary r_suggests_ncf r_suggests_rmarkdown r_suggests_sandwich r_suggests_spdep r_suggests_stringr r_suggests_testthat" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_fixest? ( sci-CRAN/fixest ) r_suggests_geosphere? ( sci-CRAN/geosphere ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_gstat? ( sci-CRAN/gstat ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lfe? ( sci-CRAN/lfe ) r_suggests_modelsummary? ( sci-CRAN/modelsummary ) r_suggests_ncf? ( sci-CRAN/ncf ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_sandwich? ( sci-CRAN/sandwich ) r_suggests_spdep? ( sci-CRAN/spdep ) r_suggests_stringr? ( sci-CRAN/stringr ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/Rcpp sci-CRAN/sf sci-CRAN/magrittr sci-CRAN/data_table sci-CRAN/tibble " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppArmadillo ${R_SUGGESTS-} "