-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.12 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
Package: gginnards
Type: Package
Title: Explore the Innards of 'ggplot2' Objects
Version: 0.2.0-1
Date: 2024-11-14
Authors@R:
c(
person("Pedro J.", "Aphalo", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-972X")) )
Maintainer: Pedro J. Aphalo <[email protected]>
Description: Extensions to 'ggplot2' providing low-level debug tools: statistics
and geometries echoing their data argument. Layer manipulation: deletion,
insertion, extraction and reordering of layers. Deletion of unused variables
from the data object embedded in "ggplot" objects.
License: GPL (>= 2)
LazyLoad: TRUE
ByteCompile: TRUE
Depends:
R (>= 4.0.0),
ggplot2 (>= 3.4.0)
Imports:
utils,
methods,
rlang (>= 0.4.0),
stringr (>= 1.4.0),
magrittr (>= 1.5),
tibble (>= 2.1.0)
Suggests:
knitr (>= 1.24),
rmarkdown (>= 1.14),
sf (>= 0.9),
pryr (>= 0.1.4)
URL: https://docs.r4photobiology.info/gginnards/, https://github.com/aphalo/gginnards
BugReports: https://github.com/aphalo/gginnards/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr