forked from jrnold/ggthemes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
77 lines (77 loc) · 1.9 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: ggthemes
Version: 3.0.1
Title: Extra Themes, Scales and Geoms for 'ggplot2'
Authors@R: c(person("Jeffrey B.", "Arnold", role = c("aut", "cre"),
email = "[email protected]"),
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", "cph"),
comment = "Code from the ggplot2 package."),
person("Justin", "Talbot", role = "ctb",
comment = "Code from the labeling package"))
Depends:
R (>= 3.0.0),
Imports:
assertthat,
colorspace,
ggplot2 (>= 2.0.0),
graphics,
grid,
methods,
scales
Suggests:
extrafont,
knitr,
lintr,
maps,
mapproj,
pander,
plyr,
reshape2,
rmarkdown,
testthat
VignetteBuilder: knitr
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: http://github.com/jrnold/ggthemes
BugReports: http://github.com/jrnold/ggthemes
Collate:
'banking.R'
'base.R'
'calc.R'
'colorblind.R'
'economist.R'
'excel.R'
'few.R'
'ggthemes-data.R'
'ggthemes-package.R'
'fivethirtyeight.R'
'gdocs.R'
'geom-rangeframe.R'
'geom-tufteboxplot.R'
'hc.R'
'igray.R'
'pander.R'
'scale-tufte.R'
'shapes.R'
'show.R'
'solarized.R'
'stat-fivenumber.R'
'stata.R'
'tableau.R'
'theme-foundation.R'
'theme-map.R'
'theme-solid.R'
'tufte.R'
'utils.R'
'wsj.R'
RoxygenNote: 5.0.1
LazyData: true