-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 893 Bytes
/
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
Package: ggpackets
Title: Package Plot Layers for Easier Portability and Modularization
Version: 0.2.1
Authors@R:
person("Doug", "Kelkhoff",
email = "[email protected]",
role = c("aut", "cre"))
Description:
Create groups of 'ggplot2' layers that can be easily migrated from one plot
to another, reducing redundant code and improving the ability to format many
plots that draw from the same source 'ggpacket' layers.
Depends:
R (>= 3.1.0),
ggplot2
Imports:
utils,
methods,
rlang
Suggests:
testthat,
dplyr,
backports,
knitr,
rmarkdown,
stringi,
covr
LazyData: true
License: MIT + file LICENSE
RoxygenNote: 7.2.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
URL: https://github.com/dgkf/ggpackets, https://dgkf.github.io/ggpackets/
BugReports: https://github.com/dgkf/ggpackets/issues