-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
28 lines (28 loc) · 978 Bytes
/
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
Package: simplermarkdown
Title: Simple Engine for Generating Reports using R
Version: 0.0.6
Authors@R:
person(given = "Jan",
family = "van der Laan",
role = c("aut", "cre"),
email = "r@eoos.dds.nl",
comment = c(ORCID = "0000-0002-0693-1514"))
Description: Runs R-code present in a pandoc markdown file and
includes the resulting output in the resulting markdown file. This
file can then be converted into any of the output formats
supported by pandoc. The package can also be used as an engine
for writing package vignettes.
BugReports: https://github.com/djvanderlaan/simplermarkdown/issues
URL: https://github.com/djvanderlaan/simplermarkdown
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
rjson,
tools
Suggests:
MASS
VignetteBuilder: simplermarkdown
SystemRequirements: Pandoc (http://pandoc.org) needs to installed
and available in the search path.