-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 998 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
35
36
37
Package: ggspec
Title: Supports Translation from 'ggplot2' Objects
Version: 0.0.0.9000
Authors@R:
c(
person(given = "Haley",
family = "Jeppson",
role = c("aut", "cre"),
email = "hjeppson@iastate.edu"),
person(given = "Wenyu",
family = "Yang",
role = c("aut"),
email = "wenyuyang@gwmail.gwu.edu"),
person(given = "Ian J",
family = "Lyttle",
role = c("aut"),
email = "ian.lyttle@schneider-electric.com",
comment = c(ORCID = "0000-0001-9962-4849"))
)
Description: The first step in translating from 'ggplot2' to another graphics
system is to distill the meanings within the ggplot object.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Suggests:
testthat (>= 2.1.0),
pkgdown
Imports:
magrittr,
purrr,
digest,
rlang,
ggplot2,
glue,
utils