# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Bayesian Nonparametric Condition... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/CausalMixGPD_0.8.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_cli r_suggests_coda r_suggests_codetools r_suggests_crayon r_suggests_dt r_suggests_future r_suggests_future_apply r_suggests_ggmcmc r_suggests_here r_suggests_kableextra r_suggests_knitr r_suggests_matchit r_suggests_plotly r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_cli? ( sci-CRAN/cli ) r_suggests_coda? ( sci-CRAN/coda ) r_suggests_codetools? ( virtual/codetools ) r_suggests_crayon? ( sci-CRAN/crayon ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_future? ( sci-CRAN/future ) r_suggests_future_apply? ( sci-CRAN/future_apply ) r_suggests_ggmcmc? ( sci-CRAN/ggmcmc ) r_suggests_here? ( sci-CRAN/here ) r_suggests_kableextra? ( sci-CRAN/kableExtra ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_matchit? ( sci-CRAN/MatchIt ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-4.0.0 sci-CRAN/ggplot2 sci-CRAN/nimble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"