# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Privacy-Preserving Synthetic Dat... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/FakeDataR_0.2.2.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_dbi r_suggests_gapminder r_suggests_knitr r_suggests_nycflights13 r_suggests_palmerpenguins r_suggests_readr r_suggests_rmarkdown r_suggests_rsqlite r_suggests_testthat r_suggests_tibble r_suggests_withr" R_SUGGESTS=" r_suggests_dbi? ( sci-CRAN/DBI ) r_suggests_gapminder? ( sci-CRAN/gapminder ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_nycflights13? ( sci-CRAN/nycflights13 ) r_suggests_palmerpenguins? ( sci-CRAN/palmerpenguins ) r_suggests_readr? ( sci-CRAN/readr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rsqlite? ( sci-CRAN/RSQLite ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tibble? ( sci-CRAN/tibble ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND="sci-CRAN/dplyr sci-CRAN/jsonlite sci-CRAN/zip " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'arrow' )