-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·42 lines (42 loc) · 1.16 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
Package: yamlme
Version: 0.1.3
Encoding: UTF-8
Title: Writing 'YAML' Headers for 'R-Markdown' Documents
Authors@R: c(
person("Miguel", "Alvarez", email="[email protected]",
role=c("aut","cre"), comment=c(ORCID="0000-0003-1500-1834")),
person("Bisrat Haile", "Gebrekidan", role=c("ctb")))
Depends:
R(>= 4.2)
Imports:
methods,
rmarkdown,
tools,
yaml
Suggests:
knitr,
testthat (>= 3.0.0)
Description: Setting layout through 'YAML' headers in 'R-Markdown' documents,
enabling their automatic generation.
Functions and methods may summarize 'R' objects in automatic reports, for
instance check-lists and further reports applied to the packages 'taxlist'
and 'vegtable'.
SystemRequirements: pandoc (>= 1.14) - http://pandoc.org
Roxygen: list(markdown = TRUE)
License: GPL (>= 2)
URL: https://github.com/kamapu/yamlme,
https://kamapu.github.io/rpkg/yamlme/,
https://kamapu.github.io/yamlme/
BugReports: https://github.com/kamapu/yamlme/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Collate:
'imports.R'
'classes.R'
'as.R'
'print.R'
'read_rmd.R'
'render_rmd.R'
'update.R'
'write_rmd.R'
Config/testthat/edition: 3