# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Tools for Tidy Vowel Normalization' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/tidynorm_0.3.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_ggdensity r_suggests_ggplot2 r_suggests_knitr r_suggests_magick r_suggests_reticulate r_suggests_rmarkdown r_suggests_testthat r_suggests_tibble" R_SUGGESTS=" r_suggests_ggdensity? ( sci-CRAN/ggdensity ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_magick? ( sci-CRAN/magick ) r_suggests_reticulate? ( sci-CRAN/reticulate ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tibble? ( sci-CRAN/tibble ) " DEPEND=">=dev-lang/R-4.1 sci-CRAN/purrr sci-CRAN/glue sci-CRAN/cli sci-CRAN/dplyr sci-CRAN/Rcpp sci-CRAN/rlang sci-CRAN/stringr sci-CRAN/tidyr sci-CRAN/tidyselect " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppArmadillo ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'sci-CRAN/quarto' )