-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
33 lines (33 loc) · 1.03 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
Package: ggrain
Title: A Rainclouds Geom for 'ggplot2'
Version: 0.0.4
Authors@R: c(
person("Nicholas", "Judd", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0196-9871")),
person("Jordy", "van Langen", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-2504-2381")),
person("Micah", "Allen", , "", role = c("ctb"),
comment = c(ORCID = "0000-0001-9399-4179")),
person("Rogier", "Kievit", , "", role = c("aut"),
comment = c(ORCID = "0000-0003-0700-4568")))
Description: The 'geom_rain()' function adds different geoms together using 'ggplot2' to create raincloud plots.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
ggplot2 (>= 3.4.0),
R (>= 3.4.0)
Imports:
grid,
gghalves,
ggpp (>= 0.5.6),
rlang,
vctrs (>= 0.5.0),
cli
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
URL: https://github.com/njudd/ggrain
BugReports: https://github.com/njudd/ggrain/issues
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr