-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.2 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
Type: Package
Package: xaringanthemer
Title: Custom 'xaringan' CSS Themes
Version: 0.4.3.9000
Authors@R:
person("Garrick", "Aden-Buie", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077"))
Description: Create beautifully color-coordinated and customized themes
for your 'xaringan' slides, without writing any CSS. Complete your
slide theme with 'ggplot2' themes that match the font and colors used
in your slides. Customized styles can be created directly in your
slides' 'R Markdown' source file or in a separate external script.
License: MIT + file LICENSE
URL: https://pkg.garrickadenbuie.com/xaringanthemer/,
https://github.com/gadenbuie/xaringanthemer
BugReports: https://github.com/gadenbuie/xaringanthemer/issues
Depends:
R (>= 2.10)
Imports:
colorspace,
glue,
methods,
purrr,
utils,
whisker
Suggests:
callr,
ggplot2,
knitr,
mockery,
rmarkdown,
scales,
showtext,
sysfonts,
testthat (>= 2.1.0),
xaringan
VignetteBuilder:
knitr
Config/Needs/website: gadenbuie/grkgdown, pkgdown
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2