# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Decision-Theoretic Causal Diagno... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/causaldef_0.2.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_cmprsk r_suggests_future_apply r_suggests_glue r_suggests_grf r_suggests_jsonlite r_suggests_knitr r_suggests_matchit r_suggests_rmarkdown r_suggests_shiny r_suggests_superlearner r_suggests_survival r_suggests_testthat r_suggests_tmle" R_SUGGESTS=" r_suggests_cmprsk? ( sci-CRAN/cmprsk ) r_suggests_future_apply? ( sci-CRAN/future_apply ) r_suggests_glue? ( sci-CRAN/glue ) r_suggests_grf? ( sci-CRAN/grf ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_matchit? ( sci-CRAN/MatchIt ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_superlearner? ( sci-CRAN/SuperLearner ) r_suggests_survival? ( virtual/survival ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tmle? ( sci-CRAN/tmle ) " DEPEND=">=dev-lang/R-3.6.0 sci-CRAN/checkmate sci-CRAN/ggplot2 sci-CRAN/cli " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/plumber' )