-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
47 lines (47 loc) · 1.17 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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 <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 (>= 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