# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='A Simple S3 Class for Representi... (see metadata)' KEYWORDS="~amd64 ~arm64-macos ~x64-macos" SRC_URI="http://cran.r-project.org/src/contrib/blob_1.2.4.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_covr r_suggests_crayon r_suggests_pillar r_suggests_testthat" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_crayon? ( sci-CRAN/crayon ) r_suggests_pillar? ( >=sci-CRAN/pillar-1.2.1 ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND="sci-CRAN/rlang >=sci-CRAN/vctrs-0.2.1 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"