-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
72 lines (72 loc) · 3.1 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
Package: cleanrmd
Title: Clean Class-Less 'R Markdown' HTML Documents
Version: 0.1.1.9000
Authors@R: c(
person("Garrick", "Aden-Buie", , "garrick@adenbuie.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-7111-0077")),
person("Igor", "Adamenko", role = c("ctb", "cph"),
comment = "Author of awsm.css"),
person("Alvaro", "Montoro", role = c("ctb", "cph"),
comment = "Author of almond.css"),
person("Ruan", "Martinelli", role = c("ctb", "cph"),
comment = "Author of axist.css"),
person("Tran Ngoc", "Tuan Anh", role = c("ctb", "cph"),
comment = "Author of bamboo.css"),
person("Marco", "Pontili", role = c("ctb", "cph"),
comment = "Author of bullframe.css"),
person("Evgeny", "Orekhov", role = c("ctb", "cph"),
comment = "Author of holiday.css"),
person("Vincent", "Dorig", role = c("ctb", "cph"),
comment = "Author of latex.css"),
person("Yegor", "Bugayenko", role = c("ctb", "cph"),
comment = "Author of tacit and kacit"),
person("John", "Otander", role = c("ctb", "cph"),
comment = "Author of splendor, air, retro, modest"),
person("Matthew", "Blode", role = c("ctb", "cph"),
comment = "Author of marx"),
person("Angelos", "Chalaris", role = c("ctb", "cph"),
comment = "Author of mini.css"),
person("Example", role = c("ctb", "cph"),
comment = "Author of new.css"),
person("David", "Paulsson", role = c("ctb", "cph"),
comment = "Author of no-class"),
person(, "Authors of Pico.css", role = c("ctb", "cph")),
person("Mitesh", "Shah", role = c("ctb", "cph"),
comment = "Author of sakura"),
person("Dimitri", "Nicolas", role = c("ctb", "cph"),
comment = "Author of semantic.css"),
person("Kev", "Quirk", role = c("ctb", "cph"),
comment = "Author of simple.css"),
person("Nate", "Goldman", role = c("ctb", "cph"),
comment = "Author of style.css"),
person("Jack", "Crawford", role = c("ctb", "cph"),
comment = "Author of stylize"),
person("Caio", "Gondim", role = c("ctb", "cph"),
comment = "Author of superstylin"),
person("Bradley", "Taunt", role = c("ctb", "cph"),
comment = "Author of vanilla"),
person(, "Kognise", role = c("ctb", "cph"),
comment = "Author of water.css"),
person("Curtis", "McEnroe", role = c("ctb", "cph"),
comment = "Author of writ")
)
Description: A collection of clean 'R Markdown' HTML document templates
using classy-looking classless CSS styles. These documents use a
minimal set of dependencies but still look great, making them suitable
for use a package vignettes or for sharing results via email.
License: MIT + file LICENSE
URL: https://pkg.garrickadenbuie.com/cleanrmd/,
https://github.com/gadenbuie/cleanrmd
BugReports: https://github.com/gadenbuie/cleanrmd/issues
Depends:
R (>= 2.10)
Imports:
htmltools,
jsonlite,
rmarkdown,
utils
Suggests:
testthat (>= 2.1.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3