-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
33 lines (33 loc) · 1.26 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
Package: ggeasy
Title: Easy Access to 'ggplot2' Commands
Version: 0.1.5
Authors@R: c(
person("Jonathan", "Carroll", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1404-5264")),
person("Alicia", "Schep", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-3915-0618")),
person("Jonathan", "Sidi", email = "[email protected]", role = c("aut"),comment = c(ORCID = "0000-0002-4222-1819")),
person("Bob", "Rudis", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0001-5670-2640")),
person("Mohamed El Fodil", "Ihaddaden", email = "[email protected]", role = c("ctb")),
person("Thomas", "Neitmann", email = "[email protected]", role = c("ctb"))
)
Maintainer: Jonathan Carroll <[email protected]>
Description: Provides a series of aliases to commonly used but difficult
to remember 'ggplot2' sequences.
License: GPL (>=2)
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports:
ggplot2,
rlang
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
clipr,
labelled,
patchwork,
vdiffr,
covr
VignetteBuilder: knitr
URL: https://github.com/jonocarroll/ggeasy, https://jonocarroll.github.io/ggeasy/
BugReports: https://github.com/jonocarroll/ggeasy/issues