Type: Package Package: ggwordcloud Title: A Word Cloud Geom for 'ggplot2' Version: 0.6.2 Authors@R: c(person(given = "Erwan", family = "Le Pennec", role = c("aut", "cre"), email = "lepennec@gmail.com"), person(given = "Kamil", family = "Slowikowski", role = "aut", email = "kslowikowski@gmail.com")) Maintainer: Erwan Le Pennec Description: Provides a word cloud text geom for 'ggplot2'. Texts are placed so that they do not overlap as in 'ggrepel'. The algorithm used is a variation around the one of 'wordcloud2.js'. License: GPL-3 Depends: R (>= 3.5.0), ggplot2 (>= 3.0.0) Imports: grid, gridtext, Rcpp, scales (>= 1.0.0), colorspace, png Suggests: testthat (>= 2.0.0), knitr, rmarkdown, ggrepel, wordcloud, wordcloud2, covr, dplyr, tidyr LinkingTo: Rcpp Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 VignetteBuilder: knitr URL: https://github.com/lepennec/ggwordcloud, https://lepennec.github.io/ggwordcloud/ BugReports: https://github.com/lepennec/ggwordcloud/issues Config/pak/sysreqs: libicu-dev libjpeg-dev libpng-dev libxml2-dev libssl-dev Repository: https://lepennec.r-universe.dev Date/Publication: 2026-02-15 17:05:36 UTC RemoteUrl: https://github.com/lepennec/ggwordcloud RemoteRef: HEAD RemoteSha: 13544e593f54e416ecc64397c09c0d5d99001f5c NeedsCompilation: yes Packaged: 2026-06-15 08:25:50 UTC; root Author: Erwan Le Pennec [aut, cre], Kamil Slowikowski [aut]