Type: Package
Package: ggwordcloud
Title: A Word Cloud Geom for 'ggplot2'
Version: 0.5.0
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 <lepennec@gmail.com>
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 (>= 2.10), ggplot2 (>= 3.0.0)
Imports: grid, 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
RoxygenNote: 6.1.1
VignetteBuilder: knitr
URL: https://github.com/lepennec/ggwordcloud,
        https://lepennec.github.io/ggwordcloud/
BugReports: https://github.com/lepennec/ggwordcloud/issues
NeedsCompilation: yes
Packaged: 2019-06-01 17:55:45 UTC; lepennec
Author: Erwan Le Pennec [aut, cre],
  Kamil Slowikowski [aut]
Repository: CRAN
Date/Publication: 2019-06-02 04:50:07 UTC
