-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
53 lines (53 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
48
49
50
51
52
53
Package: ggridges
Type: Package
Title: Ridgeline Plots in 'ggplot2'
Version: 0.5.6.9000
Authors@R:
person(
given = "Claus O.",
family = "Wilke",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7470-9261")
)
Description: Ridgeline plots provide a convenient way of visualizing changes in distributions over time or space. This package enables the creation of such plots in 'ggplot2'.
URL: https://wilkelab.org/ggridges/
BugReports: https://github.com/wilkelab/ggridges/issues
Depends:
R (>= 3.2)
Imports:
ggplot2 (>= 3.5.0),
grid (>= 3.0.0),
scales (>= 0.4.1),
withr (>= 2.1.1)
License: GPL-2 | file LICENSE
LazyData: true
Suggests:
covr,
dplyr,
patchwork,
ggplot2movies,
forcats,
knitr,
rmarkdown,
testthat,
vdiffr
VignetteBuilder: knitr
Collate:
'data.R'
'ggridges.R'
'geoms.R'
'geomsv.R'
'geoms-gradient.R'
'geom-density-line.R'
'position.R'
'scale-cyclical.R'
'scale-point.R'
'scale-vline.R'
'stats.R'
'theme.R'
'utils_ggplot2.R'
'utils.R'
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)