# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Lossless CDISC-Native Input and ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/artoo_0.1.3.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_readxl r_suggests_testthat r_suggests_tibble r_suggests_withr r_suggests_writexl r_suggests_xml2" R_SUGGESTS=" r_suggests_readxl? ( sci-CRAN/readxl ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tibble? ( sci-CRAN/tibble ) r_suggests_withr? ( sci-CRAN/withr ) r_suggests_writexl? ( sci-CRAN/writexl ) r_suggests_xml2? ( sci-CRAN/xml2 ) " DEPEND=">=dev-lang/R-4.2 sci-CRAN/hms sci-CRAN/cli sci-CRAN/jsonlite >=sci-CRAN/nanoparquet-0.3.0 >=sci-CRAN/rlang-1.1.0 sci-CRAN/S7 sci-CRAN/utf8 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'quarto' )