# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Fast Topic Models Using Varimax' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/tmfast_0.1.1.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_furrr r_suggests_ggbeeswarm r_suggests_ggplot2 r_suggests_janeaustenr r_suggests_knitr r_suggests_lpsolve r_suggests_reshape2 r_suggests_rmarkdown r_suggests_rtsne r_suggests_stm r_suggests_testthat r_suggests_tictoc r_suggests_umap" R_SUGGESTS=" r_suggests_furrr? ( sci-CRAN/furrr ) r_suggests_ggbeeswarm? ( sci-CRAN/ggbeeswarm ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_janeaustenr? ( sci-CRAN/janeaustenr ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lpsolve? ( sci-CRAN/lpSolve ) r_suggests_reshape2? ( sci-CRAN/reshape2 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rtsne? ( sci-CRAN/Rtsne ) r_suggests_stm? ( sci-CRAN/stm ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tictoc? ( sci-CRAN/tictoc ) r_suggests_umap? ( sci-CRAN/umap ) " DEPEND="sci-CRAN/tidyselect sci-CRAN/rlang sci-CRAN/generics sci-CRAN/glue sci-CRAN/tidytext sci-CRAN/psych virtual/Matrix sci-CRAN/cli >=dev-lang/R-4.1.0 sci-CRAN/tidyr sci-CRAN/dplyr sci-CRAN/purrr sci-CRAN/assertthat sci-CRAN/tibble sci-CRAN/irlba sci-CRAN/magrittr sci-CRAN/stringr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'tmfast.realbooks' )