-
Notifications
You must be signed in to change notification settings - Fork 226
/
DESCRIPTION
61 lines (61 loc) · 1.73 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: ggthemes
Version: 5.1.0.9000
Title: Extra Themes, Scales and Geoms for 'ggplot2'
Authors@R: c(person("Jeffrey B.", "Arnold", role = c("aut", "cre"),
email = "jeffrey.arnold@gmail.com",
comment = "<https://orcid.org/0000-0001-9953-3904>"),
person("Gergely", "Daroczi", role = "ctb"),
person("Bo", "Werth", role = "ctb"),
person("Brian", "Weitzner", role = "ctb"),
person("Joshua", "Kunst", role = "ctb"),
person("Baptise", "Auguie", role = "ctb"),
person("Bob", "Rudis", role = "ctb"),
person("Hadley", "Wickham", role = c("ctb"),
comment = "Code from the ggplot2 package."),
person("Justin", "Talbot", role = "ctb",
comment = "Code from the labeling package"),
person("Joshua", "London", role = "ctb"))
Depends:
R (>= 3.3.0)
Imports:
ggplot2 (>= 3.0.0),
graphics,
grid,
lifecycle,
methods,
purrr,
scales,
stringr,
tibble
Suggests:
dplyr,
covr,
extrafont,
glue,
knitr,
lattice,
lintr,
maps,
mapproj,
pander,
quantreg,
rlang,
rmarkdown,
spelling,
testthat (>= 3.2.0),
tidyr,
vdiffr,
withr
Description: Some extra themes, geoms, and scales for 'ggplot2'.
Provides 'ggplot2' themes and scales that replicate the look of plots
by Edward Tufte, Stephen Few, 'Fivethirtyeight', 'The Economist', 'Stata',
'Excel', and 'The Wall Street Journal', among others.
Provides 'geoms' for Tufte's box plot and range frame.
License: GPL-2
URL: https://jrnold.github.io/ggthemes/, https://github.com/jrnold/ggthemes, http://jrnold.github.io/ggthemes/
BugReports: https://github.com/jrnold/ggthemes/issues
RoxygenNote: 7.3.1
LazyData: true
Language: en-US
Encoding: UTF-8
Config/testthat/edition: 3