# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Self-Controlled Cohort Population-Level Estimation' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/SelfControlledCohort_2.0.0.tar.gz" LICENSE='Apache-2.0' IUSE="${IUSE-} r_suggests_diagrammer r_suggests_dt r_suggests_duckdb r_suggests_eunomia r_suggests_ggplot2 r_suggests_jsonlite r_suggests_knitr r_suggests_plotly r_suggests_r_utils r_suggests_reactable r_suggests_rmarkdown r_suggests_shiny r_suggests_shinycssloaders r_suggests_shinywidgets r_suggests_testthat r_suggests_tidyr r_suggests_withr" R_SUGGESTS=" r_suggests_diagrammer? ( sci-CRAN/DiagrammeR ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_duckdb? ( sci-CRAN/duckdb ) r_suggests_eunomia? ( sci-CRAN/Eunomia ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_r_utils? ( sci-CRAN/R_utils ) r_suggests_reactable? ( sci-CRAN/reactable ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_shinycssloaders? ( sci-CRAN/shinycssloaders ) r_suggests_shinywidgets? ( sci-CRAN/shinyWidgets ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_tidyr? ( sci-CRAN/tidyr ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND="sci-CRAN/ResultModelManager sci-CRAN/Andromeda sci-CRAN/readr sci-CRAN/cli >=sci-CRAN/SqlRender-1.4.3 >=sci-CRAN/DatabaseConnector-5.0.0 sci-CRAN/rlang >=dev-lang/R-4.1.0 sci-CRAN/ParallelLogger sci-CRAN/rateratio_test sci-CRAN/checkmate sci-CRAN/dplyr sci-CRAN/EmpiricalCalibration " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"