# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Build Reproducible Network Studi... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/OmopStudyBuilder_0.1.1.tar.gz" IUSE="${IUSE-} r_suggests_dplyr r_suggests_gert r_suggests_getpass r_suggests_gh r_suggests_here r_suggests_knitr r_suggests_processx r_suggests_purrr r_suggests_renv r_suggests_rmarkdown r_suggests_scales r_suggests_stringr r_suggests_testthat" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_gert? ( sci-CRAN/gert ) r_suggests_getpass? ( sci-CRAN/getPass ) r_suggests_gh? ( sci-CRAN/gh ) r_suggests_here? ( sci-CRAN/here ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_processx? ( sci-CRAN/processx ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_renv? ( sci-CRAN/renv ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_scales? ( sci-CRAN/scales ) r_suggests_stringr? ( sci-CRAN/stringr ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/cli sci-CRAN/omopgenerics sci-CRAN/rlang sci-CRAN/jsonlite sci-CRAN/whisker " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"