-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
49 lines (49 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
44
45
46
47
48
49
Package: rmd
Version: 0.1.6
Date: 2020-06-21
Title: Easily Install and Load the R Markdown Family
Authors@R: c(
person("Peng", "Zhao", role = c("aut", "cre"), email = "pzhao@pzhao.net")
)
Maintainer: Peng Zhao <pzhao@pzhao.net>
Depends:
R (>= 3.1.0),
Imports:
blogdown,
bookdown,
bookdownplus,
citr,
cli,
crayon,
curl,
devtools,
dplyr,
DT (>= 0.1),
grDevices,
magrittr,
mindr,
miniUI (>= 0.1),
pagedown,
purrr,
rappdirs (>= 0.3.1),
rmarkdown,
rstudioapi,
rticles,
rvest (>= 0.3.1),
shiny (>= 0.13.2),
shinyjs (>= 0.6),
tibble,
tinytex,
tools,
utils,
xaringan,
xml2 (>= 0.1.2)
Suggests:
Description: The 'rmd' package manages multiple R markdown packages. These R markdown packages include currently 'rmarkdown', 'knitr', 'bookdown', 'bookdownplus', 'blogdown', 'rticles', 'tinytex', 'xaringan', 'citr', and 'mindr'. They can be installed and loaded in a single step with the 'rmd' package. The conflicts between these packages are evaluated as well.
License: GPL-3 | file LICENSE
URL: https://github.com/pzhaonet/rmd
BugReports: https://github.com/pzhaonet/rmd/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
NeedsCompilation: no
LazyData: true