# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Different Methods for Stratified Sampling' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/StratifiedSampling_0.4.2.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_balancedsampling r_suggests_ggplot2 r_suggests_knitr r_suggests_laeken r_suggests_prettydoc r_suggests_rmarkdown r_suggests_sf r_suggests_statmatch r_suggests_testthat r_suggests_viridis" R_SUGGESTS=" r_suggests_balancedsampling? ( sci-CRAN/BalancedSampling ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_laeken? ( sci-CRAN/laeken ) r_suggests_prettydoc? ( sci-CRAN/prettydoc ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_sf? ( sci-CRAN/sf ) r_suggests_statmatch? ( sci-CRAN/StatMatch ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_viridis? ( sci-CRAN/viridis ) " DEPEND="virtual/Matrix >=dev-lang/R-3.5.0 sci-CRAN/proxy sci-CRAN/transport sci-CRAN/Rcpp virtual/MASS sci-CRAN/sampling sci-mathematics/glpk " RDEPEND="${DEPEND-} sci-CRAN/RcppArmadillo sci-CRAN/Rcpp ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'sci-CRAN/geojsonio' 'sci-CRAN/rmapshaper' )