-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.28 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
Package: ggshadow
Title: Shadow and Glow Geoms for 'ggplot2'
Version: 0.0.4
Authors@R: c(
person("Marc", "Menem", , "marc.menem@m4x.org", role = c("aut", "cre")),
person("Eli", "Pousson", , "eli.pousson@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0001-8280-1706"))
)
Description: A collection of Geoms for R's 'ggplot2' library.
GeomShadowLine, GeomShadowPath, GeomShadowPoint, and GeomShadowStep
support drawing a shadow below lines or around points to make busy
plots more aesthetically pleasing. GeomGlowLine, GeomGlowPath,
GeomGlowPoint, and GeomGlowStep support adding neon glow around lines
or points to get a steampunk style.
License: GPL-2
URL: https://github.com/marcmenem/ggshadow/
BugReports: https://github.com/marcmenem/ggshadow/issues
Depends:
R (>= 3.4.0)
Imports:
cli,
ggplot2 (>= 3.4.2),
grid,
lifecycle,
rlang,
scales,
stats,
vctrs
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Collate:
'geom-glowpath.r'
'geom-glowpoint.r'
'geom-shadowpath.r'
'geom-shadowpoint.r'
'ggplot2-utils.R'
'ggshadow-package.R'
'internal-doc.r'
'scale-shadow.r'