# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Fast and Functional Data Structures' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/Immutables_1.0.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_covr r_suggests_ggplot2 r_suggests_ggtext r_suggests_igraph r_suggests_iranges r_suggests_knitr r_suggests_pkgdown r_suggests_pkgload r_suggests_rmarkdown r_suggests_rprojroot r_suggests_rstackdeque r_suggests_rticles r_suggests_s4vectors r_suggests_scales r_suggests_testthat" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggtext? ( sci-CRAN/ggtext ) r_suggests_igraph? ( sci-CRAN/igraph ) r_suggests_iranges? ( sci-BIOC/IRanges ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_pkgdown? ( sci-CRAN/pkgdown ) r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rprojroot? ( sci-CRAN/rprojroot ) r_suggests_rstackdeque? ( sci-CRAN/rstackdeque ) r_suggests_rticles? ( sci-CRAN/rticles ) r_suggests_s4vectors? ( sci-BIOC/S4Vectors ) r_suggests_scales? ( sci-CRAN/scales ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/Rcpp sci-CRAN/lambda_r sci-CRAN/coro " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'sci-CRAN/microbenchmark' )