Type: Package Package: tidylda Title: Latent Dirichlet Allocation Using 'tidyverse' Conventions Version: 0.0.7.999 Authors@R: c( person(given = "Tommy", family = "Jones", role = c("aut", "cre"), email = "jones.thos.w@gmail.com", comment = c(ORCID = "0000-0001-6457-2452") ), person("Brendan", "Knapp", email = "brendan.g.knapp@gmail.com", role = "ctb", comment = c(ORCID = "0000-0003-3284-4972") ), person(given = "Barum", family = "Park", role = c("ctb"), email = "baruuum@gmail.com" ) ) Description: Implements an algorithm for Latent Dirichlet Allocation (LDA), Blei et at. (2003) , using style conventions from the 'tidyverse', Wickham et al. (2019), and 'tidymodels', Kuhn et al.. Fitting is done via collapsed Gibbs sampling. Also implements several novel features for LDA such as guided models and transfer learning. License: MIT + file LICENSE URL: https://github.com/TommyJones/tidylda/ BugReports: https://github.com/TommyJones/tidylda/issues Depends: R (>= 3.5.0) Imports: dplyr, generics, gtools, Matrix, methods, mvrsquared (>= 0.1.0), Rcpp (>= 1.0.2), rlang, stats, stringr, tibble, tidyr, tidytext Suggests: ggplot2, knitr, parallel, quanteda, testthat, tm, slam, spelling, covr, rmarkdown LinkingTo: Rcpp, RcppArmadillo, RcppProgress, RcppThread Encoding: UTF-8 RoxygenNote: 7.3.3 Language: en-US LazyData: true VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://tommyjones.r-universe.dev Date/Publication: 2025-11-15 19:28:19 UTC RemoteUrl: https://github.com/tommyjones/tidylda RemoteRef: HEAD RemoteSha: 7d8780ad8bf37e1b0ec98eda0f2f52bc3d354d2a NeedsCompilation: yes Packaged: 2026-06-07 07:11:00 UTC; root Author: Tommy Jones [aut, cre] (ORCID: ), Brendan Knapp [ctb] (ORCID: ), Barum Park [ctb] Maintainer: Tommy Jones