Package: faSTM Title: Fast Structural Topic Models Version: 0.0.0.9000 Authors@R: c( person("Neal", "Caren", email = "neal.caren@unc.edu", role = c("aut", "cre")), person("Margaret", "Roberts", role = "cph", comment = "author of stm; inspection formulas in inspect.R adapted from stm (MIT)"), person("Brandon", "Stewart", role = "cph", comment = "author of stm (MIT)"), person("Dustin", "Tingley", role = "cph", comment = "author of stm (MIT)")) Description: A modern implementation of the Structural Topic Model. faSTM fits the logistic-normal STM (with prevalence and content covariates) via a multithreaded Rust core, with an opt-in stochastic-variational path for large corpora. It is self-contained: text preparation is read from 'quanteda' or 'tidytext' objects, model inspection (labelTopics with FREX/lift/score, findThoughts, semantic coherence, exclusivity, topic correlations) and an estimateEffect() (method-of-composition posterior propagation) are built in. The fitted object is structurally compatible with 'stm' so existing analyses migrate with minimal changes. License: Apache License (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 SystemRequirements: Cargo (Rust's package manager), rustc Imports: MASS, generics, Matrix, methods, parallel, splines, stats Suggests: ggplot2, ggrepel, glmnet, huge, igraph, LDAvis, lme4, clue, quanteda, stm, tidytext, knitr, rmarkdown, testthat (>= 3.0.0) Config/rextendr/version: 0.3.1 Config/testthat/edition: 3 URL: https://nealcaren.github.io/faSTM/, https://github.com/nealcaren/faSTM BugReports: https://github.com/nealcaren/faSTM/issues LazyData: true VignetteBuilder: knitr Config/pak/sysreqs: libclang-dev Repository: https://nealcaren.r-universe.dev Date/Publication: 2026-06-27 16:12:57 UTC RemoteUrl: https://github.com/nealcaren/faSTM RemoteRef: HEAD RemoteSha: b4ac5c1f0d3ec094b2d5fe06ce9adb6edd9ff34a NeedsCompilation: yes Packaged: 2026-06-27 16:26:23 UTC; root Author: Neal Caren [aut, cre], Margaret Roberts [cph] (author of stm; inspection formulas in inspect.R adapted from stm (MIT)), Brandon Stewart [cph] (author of stm (MIT)), Dustin Tingley [cph] (author of stm (MIT)) Maintainer: Neal Caren Depends: R (>= 3.5.0)