Package: quanteda.textplots Title: Plots for the Quantitative Analysis of Textual Data Version: 0.96.1 Authors@R: c( person("Kenneth", "Benoit", email = "kbenoit@lse.ac.uk", role = c("cre", "aut", "cph"), comment = c(ORCID = "0000-0002-0797-564X")), person("Kohei", "Watanabe", email = "watanabe.kohei@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0001-6519-5265")), person("Haiyan", "Wang", email = "whyinsa@yahoo.com", role = "aut", comment = c(ORCID = "0000-0003-4992-4311")), person("Adam", "Obeng", email = "quanteda@binaryeagle.com", role = "aut", comment = c(ORCID = "0000-0002-2906-4775")), person("Stefan", "Müller", email = "mullers@tcd.ie", role = "aut", comment = c(ORCID = "0000-0002-6315-4125")), person("Akitaka", "Matsuo", email = "a.matsuo@lse.ac.uk", role = "aut", comment = c(ORCID = "0000-0002-3323-6330")), person("Ian", "Fellows", email = "ian@fellstat.com", role = "cph", comment = "authored wordcloud C source code (modified)"), person("European Research Council", role = "fnd", comment = "ERC-2011-StG 283794-QUANTESS") ) Description: Plotting functions for visualising textual data. Extends 'quanteda' and related packages with plot methods designed specifically for text data, textual statistics, and models fit to textual data. Plot types include word clouds, lexical dispersion plots, scaling plots, network visualisations, and word 'keyness' plots. License: GPL-3 Depends: R (>= 4.1.0) Imports: quanteda, ggplot2, ggrepel, grid, sna, igraph, Matrix, methods, network, RColorBrewer, Rcpp (>= 0.12.12), stringi LinkingTo: Rcpp Suggests: knitr, quanteda.textmodels, quanteda.textstats, rmarkdown, spelling, testthat, wordcloud Encoding: UTF-8 BugReports: https://github.com/quanteda/quanteda.textplots/issues Language: en-GB Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev Repository: https://quanteda.r-universe.dev Date/Publication: 2025-11-11 12:29:14 UTC RemoteUrl: https://github.com/quanteda/quanteda.textplots RemoteRef: HEAD RemoteSha: 04278eb823ef3281c493fac0d9fd4bb993da5bf4 NeedsCompilation: yes Packaged: 2026-07-23 11:13:56 UTC; root Author: Kenneth Benoit [cre, aut, cph] (ORCID: ), Kohei Watanabe [aut] (ORCID: ), Haiyan Wang [aut] (ORCID: ), Adam Obeng [aut] (ORCID: ), Stefan Müller [aut] (ORCID: ), Akitaka Matsuo [aut] (ORCID: ), Ian Fellows [cph] (authored wordcloud C source code (modified)), European Research Council [fnd] (ERC-2011-StG 283794-QUANTESS) Maintainer: Kenneth Benoit