# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Non-Parametric Sampling with Parallel Monte Carlo' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/PosteriorBootstrap_0.1.2.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_bh r_suggests_covr r_suggests_dplyr r_suggests_ggplot2 r_suggests_gridextra r_suggests_knitr r_suggests_lintr r_suggests_rcppeigen r_suggests_rcppparallel r_suggests_rmarkdown r_suggests_roxygen2 r_suggests_rstan r_suggests_testthat r_suggests_tibble" R_SUGGESTS=" r_suggests_bh? ( >=sci-CRAN/BH-1.81.0 ) r_suggests_covr? ( >=sci-CRAN/covr-3.3.0 ) r_suggests_dplyr? ( >=sci-CRAN/dplyr-0.7.4 ) r_suggests_ggplot2? ( >=sci-CRAN/ggplot2-3.1.1 ) r_suggests_gridextra? ( >=sci-CRAN/gridExtra-2.3 ) r_suggests_knitr? ( >=sci-CRAN/knitr-1.21 ) r_suggests_lintr? ( >=sci-CRAN/lintr-1.0.3 ) r_suggests_rcppeigen? ( >=sci-CRAN/RcppEigen-0.3.3 ) r_suggests_rcppparallel? ( >=sci-CRAN/RcppParallel-5.1.7 ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-1.11 ) r_suggests_roxygen2? ( >=sci-CRAN/roxygen2-6.1.1 ) r_suggests_rstan? ( >=sci-CRAN/rstan-2.18.2 ) r_suggests_testthat? ( >=sci-CRAN/testthat-2.0.1 ) r_suggests_tibble? ( >=sci-CRAN/tibble-2.1.1 ) " DEPEND=">=sci-CRAN/e1071-1.7.1 virtual/MASS " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"