# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Bayesian Dynamic Borrowing with Propensity Score' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/psborrow_0.2.1.tar.gz" IUSE="${IUSE-} r_suggests_assertthat r_suggests_flexsurv r_suggests_knitr r_suggests_matrix r_suggests_pkgload r_suggests_r_rsp r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_assertthat? ( sci-CRAN/assertthat ) r_suggests_flexsurv? ( sci-CRAN/flexsurv ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_matrix? ( virtual/Matrix ) r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_r_rsp? ( sci-CRAN/R_rsp ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=dev-lang/R-3.5.0 >=sci-CRAN/ggplot2-3.2.0 sci-CRAN/rjags sci-CRAN/dplyr sci-CRAN/mvtnorm sci-CRAN/MatchIt sci-CRAN/data_table sci-CRAN/foreach sci-CRAN/doParallel virtual/survival sci-CRAN/futile_logger " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"