# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Content Analysis in R: Integrate... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/acR_0.3.2.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_callr r_suggests_cluster r_suggests_covr r_suggests_ellmer r_suggests_ggplot2 r_suggests_ggraph r_suggests_ggwordcloud r_suggests_igraph r_suggests_ipeaplot r_suggests_knitr r_suggests_openxlsx r_suggests_pkgdown r_suggests_quanteda r_suggests_readtext r_suggests_rmarkdown r_suggests_scales r_suggests_senatebr r_suggests_shiny r_suggests_spelling r_suggests_stopwords r_suggests_stringi r_suggests_testthat r_suggests_tidytext r_suggests_topicmodels r_suggests_wordcloud r_suggests_writexl" R_SUGGESTS=" r_suggests_callr? ( sci-CRAN/callr ) r_suggests_cluster? ( virtual/cluster ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_ellmer? ( sci-CRAN/ellmer ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggraph? ( sci-CRAN/ggraph ) r_suggests_ggwordcloud? ( sci-CRAN/ggwordcloud ) r_suggests_igraph? ( sci-CRAN/igraph ) r_suggests_ipeaplot? ( sci-CRAN/ipeaplot ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_openxlsx? ( sci-CRAN/openxlsx ) r_suggests_pkgdown? ( sci-CRAN/pkgdown ) r_suggests_quanteda? ( sci-CRAN/quanteda ) r_suggests_readtext? ( sci-CRAN/readtext ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_scales? ( sci-CRAN/scales ) r_suggests_senatebr? ( sci-CRAN/senatebR ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_stopwords? ( sci-CRAN/stopwords ) r_suggests_stringi? ( sci-CRAN/stringi ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_tidytext? ( sci-CRAN/tidytext ) r_suggests_topicmodels? ( sci-CRAN/topicmodels ) r_suggests_wordcloud? ( sci-CRAN/wordcloud ) r_suggests_writexl? ( sci-CRAN/writexl ) " DEPEND="sci-CRAN/tibble sci-CRAN/tidyr >=dev-lang/R-4.1 sci-CRAN/httr2 sci-CRAN/tidyselect sci-CRAN/dplyr sci-CRAN/cli sci-CRAN/irr sci-CRAN/jsonlite sci-CRAN/purrr sci-CRAN/rlang sci-CRAN/withr sci-CRAN/yaml sci-CRAN/stringr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/tesseract' )