-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.34 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
Package: ymlthis
Title: Write 'YAML' for 'R Markdown', 'bookdown', 'blogdown', and More
Version: 0.1.7
Authors@R: c(
person("Malcolm", "Barrett", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0299-5825")),
person("Richard", "Iannone", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3925-190X")),
person("RStudio", role = c("cph", "fnd"))
)
Description: Write 'YAML' front matter for R Markdown and related
documents. Work with 'YAML' objects more naturally and write the
resulting 'YAML' to your clipboard or to 'YAML' files related to your
project.
License: MIT + file LICENSE
URL: https://ymlthis.r-lib.org, https://github.com/r-lib/ymlthis
BugReports: https://github.com/r-lib/ymlthis/issues
Depends:
R (>= 3.2)
Imports:
crayon,
fs,
glue,
magrittr,
purrr (>= 0.3.2),
rlang (>= 0.4.10),
rmarkdown (>= 2.10),
rstudioapi,
stringr,
usethis (>= 1.5.0),
whoami,
withr,
yaml
Suggests:
blogdown,
bookdown,
covr,
knitr,
miniUI,
pkgdown,
prettydoc,
roxygen2 (>= 7.0.0),
shiny,
shinyBS,
spelling,
testthat (>= 3.0.0),
xaringan
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0