# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Read Non-Rectangular Text Data' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/meltr_1.0.2.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_clipr r_suggests_covr r_suggests_crayon r_suggests_curl r_suggests_readr r_suggests_testthat r_suggests_withr" R_SUGGESTS=" r_suggests_clipr? ( sci-CRAN/clipr ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_crayon? ( sci-CRAN/crayon ) r_suggests_curl? ( sci-CRAN/curl ) r_suggests_readr? ( sci-CRAN/readr ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND="sci-CRAN/rlang sci-CRAN/R6 sci-CRAN/tibble sci-CRAN/cli " RDEPEND="${DEPEND-} sci-CRAN/cpp11 ${R_SUGGESTS-} "