Package: textmineR Type: Package Title: Functions for Text Mining and Topic Modeling Version: 3.0.6.999 Authors@R: c( person("Tommy", "Jones", role = c("aut", "cre"), email = "jones.thos.w@gmail.com"), person("William", "Doane", email = "wil@drdoane.com", role = "ctb"), person("Mattias", "Attbom", email = "mattias1126@protonmail.com", role = "ctb") ) Description: An aid for text mining in R, with a syntax that should be familiar to experienced R users. Provides a wrapper for several topic models that take similarly-formatted input and give similarly-formatted output. Has additional functionality for analyzing and diagnostics for topic models. SystemRequirements: GNU make Encoding: UTF-8 Depends: R (>= 3.0.2), Matrix Imports: gtools, magrittr, methods, parallel, text2vec (>= 0.5), stopwords, stringr, Rcpp, RcppProgress, RSpectra, utils Suggests: spelling, digest, dplyr, igraph, knitr, lda, MASS, rmarkdown, SnowballC, stringi, testthat, tibble, tidyr, tidytext, topicmodels, wordcloud License: MIT + file LICENSE URL: https://www.rtextminer.com/ BugReports: https://github.com/TommyJones/textmineR/issues LazyData: true LinkingTo: Rcpp, RcppArmadillo, RcppProgress RoxygenNote: 7.3.3 VignetteBuilder: knitr Language: en-US Config/pak/sysreqs: make libicu-dev Repository: https://tommyjones.r-universe.dev Date/Publication: 2025-10-18 17:42:09 UTC RemoteUrl: https://github.com/tommyjones/textminer RemoteRef: HEAD RemoteSha: f4ae83746094b58f629c1d88e64a4b6dbf3c7338 NeedsCompilation: yes Packaged: 2026-06-24 11:44:59 UTC; root Author: Tommy Jones [aut, cre], William Doane [ctb], Mattias Attbom [ctb] Maintainer: Tommy Jones