# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='A Lightweight and Versatile NLP Toolkit' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/textpress_1.1.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_dplyr r_suggests_dt r_suggests_snowballc" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_snowballc? ( >=sci-CRAN/SnowballC-0.7.0 ) " DEPEND="sci-CRAN/lubridate virtual/Matrix sci-CRAN/data_table sci-CRAN/httr >=dev-lang/R-3.5 sci-CRAN/rvest sci-CRAN/stringi sci-CRAN/stringr sci-CRAN/xml2 sci-CRAN/pbapply sci-CRAN/jsonlite " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"