# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Tabular Data Backed by Partitioned fst Files' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/prt_0.2.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_bench r_suggests_covr r_suggests_knitr r_suggests_nycflights13 r_suggests_rmarkdown r_suggests_testthat r_suggests_withr r_suggests_xml2" R_SUGGESTS=" r_suggests_bench? ( sci-CRAN/bench ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_nycflights13? ( sci-CRAN/nycflights13 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_withr? ( sci-CRAN/withr ) r_suggests_xml2? ( sci-CRAN/xml2 ) " DEPEND="sci-CRAN/assertthat sci-CRAN/cli sci-CRAN/tibble sci-CRAN/vctrs sci-CRAN/backports sci-CRAN/rlang sci-CRAN/fst sci-CRAN/data_table >=sci-CRAN/pillar-1.7.0 sci-CRAN/crayon " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"