Package: LDAvis Title: Interactive Visualization of Topic Models Version: 0.3.5 Authors@R: c( person("Carson", "Sievert", role = c("aut", "cre"), email = "cpsievert1@gmail.com", comment = c(ORCID = "0000-0002-4958-2844")), person("Kenny", "Shirley", role = "aut", email = "kshirley@research.att.com"), person("Christopher", "Baker", role = "ctb", email = "chriscrewbaker@gmail.com") ) Description: Tools to create an interactive web-based visualization of a topic model that has been fit to a corpus of text data using Latent Dirichlet Allocation (LDA). Given the estimated parameters of the topic model, it computes various summary statistics as input to an interactive visualization built with 'D3.js' that is accessed via a browser. The goal is to help users interpret the topics in their 'LDA' topic model. Depends: R (>= 3.4.0) Imports: proxy, RJSONIO, parallel License: MIT + file LICENSE Suggests: mallet, lda, topicmodels, gistr (>= 0.0.8.99), servr, shiny, knitr, rmarkdown, digest, htmltools LazyData: true VignetteBuilder: knitr URL: https://github.com/cpsievert/LDAvis BugReports: https://github.com/cpsievert/LDAvis/issues RoxygenNote: 6.0.1 Repository: https://cpsievert.r-universe.dev Date/Publication: 2018-04-25 18:12:59 UTC RemoteUrl: https://github.com/cpsievert/ldavis RemoteRef: HEAD RemoteSha: 5067f7b847caa3de4eabc61346a0bfe88834b892 NeedsCompilation: no Packaged: 2026-07-06 06:22:10 UTC; root Author: Carson Sievert [aut, cre] (ORCID: ), Kenny Shirley [aut], Christopher Baker [ctb] Maintainer: Carson Sievert