-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
79 lines (79 loc) · 2.02 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
78
79
Package: thematic
Title: Unified and Automatic 'Theming' of 'ggplot2', 'lattice', and 'base'
R Graphics
Version: 0.1.6.9000
Authors@R: c(
person("Carson", "Sievert", , "carson@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4958-2844")),
person("Barret", "Schloerke", , "barret@posit.co", role = "aut",
comment = c(ORCID = "0000-0001-9986-114X")),
person("Joe", "Cheng", , "joe@posit.co", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Theme 'ggplot2', 'lattice', and 'base' graphics based on a
few choices, including foreground color, background color, accent
color, and font family. Fonts that aren't available on the system, but
are available via download on 'Google Fonts', can be automatically
downloaded, cached, and registered for use with the 'showtext' and
'ragg' packages.
License: MIT + file LICENSE
URL: https://rstudio.github.io/thematic/,
https://github.com/rstudio/thematic
BugReports: https://github.com/rstudio/thematic/issues
Depends:
R (>= 3.0.0)
Imports:
farver,
ggplot2 (>= 3.3.0),
graphics,
grDevices,
grid,
rappdirs,
rlang,
rstudioapi (>= 0.8),
scales,
utils
Suggests:
bslib,
Cairo,
curl,
gganimate,
ggiraph,
htmltools,
jsonlite,
knitr,
lattice,
ragg,
rmarkdown,
shiny (>= 1.5.0),
showtext,
stats,
svglite,
sysfonts,
systemfonts,
testthat,
vdiffr (>= 1.0.0),
withr
Config/Needs/check: shinytest, callr, sf, ggthemes, patchwork, gridExtra,
tinytex, devtools, rversions
Config/Needs/routine: ggrepel
Config/Needs/website: GGally, RColorBrewer, patchwork, apreshill/quillt
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'auto.R'
'base.R'
'cache.R'
'gfonts.R'
'ggplot.R'
'globals.R'
'hooks.R'
'knitr.R'
'lattice.R'
'onLoad.R'
'thematic-package.R'
'thematic-save-plot.R'
'thematic.R'
'utils.R'
'view-shinytest.R'