# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Power and Sample Size for Restri... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/RMSTpowerBoost_1.0.3.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_bslib r_suggests_dt r_suggests_htmltools r_suggests_kableextra r_suggests_mice r_suggests_plotly r_suggests_purrr r_suggests_rmarkdown r_suggests_roxygen2 r_suggests_shiny r_suggests_shinyjs r_suggests_survminer r_suggests_testthat r_suggests_tibble r_suggests_tidyr r_suggests_tinytex" R_SUGGESTS=" r_suggests_bslib? ( sci-CRAN/bslib ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_htmltools? ( sci-CRAN/htmltools ) r_suggests_kableextra? ( sci-CRAN/kableExtra ) r_suggests_mice? ( sci-CRAN/mice ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_roxygen2? ( sci-CRAN/roxygen2 ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_shinyjs? ( sci-CRAN/shinyjs ) r_suggests_survminer? ( sci-CRAN/survminer ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tibble? ( sci-CRAN/tibble ) r_suggests_tidyr? ( sci-CRAN/tidyr ) r_suggests_tinytex? ( sci-CRAN/tinytex ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/ggplot2 sci-CRAN/dplyr virtual/survival virtual/mgcv sci-CRAN/magrittr sci-CRAN/future sci-CRAN/future_apply sci-CRAN/knitr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"