-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.34 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
Package: ggcharts
Type: Package
Title: Get You to Your Desired Plot Faster
Version: 0.2.1
Authors@R: c(
person("Thomas", "Neitmann", , "[email protected]", c("aut", "cre", "cph")),
person("Julia", "Silge", role = c("ctb", "cph")),
person("David", "Robinson", role = c("ctb", "cph")),
person("Rafael", "Silva", role = "ctb"),
person("IBM", role = "cph", comment = "IBM Plex Sans"),
person("Google", role = "cph", comment = "Open Sans"),
person("Cooper Hewitt Smithsonian Design Museum", role = "cph", comment = "Cooper Hewitt")
)
Description: Streamlines the creation of common charts by taking care of a lot of
data preprocessing and plot customization for the user. Provides a
high-level interface for creating plots using 'ggplot2'.
Depends:
R (>= 3.5.0),
ggplot2 (>= 3.0.0)
Imports:
colorspace,
dplyr,
lifecycle,
magrittr,
patchwork,
rlang,
showtext,
sysfonts
Suggests:
gapminder,
knitr,
lintr,
rmarkdown,
scales,
spelling,
tibble,
tidyr,
testthat (>= 2.1.0)
License: MIT + file LICENSE
URL: https://thomas-neitmann.github.io/ggcharts/index.html, https://github.com/thomas-neitmann/ggcharts
BugReports: https://github.com/thomas-neitmann/ggcharts/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder: knitr
Language: en-US