forked from noamross/redoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 995 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
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: redoc
Version: 0.1.0.9000
Title: Reversible Reproducible Documents
Description: Implements a reversible 'R Markdown' to 'Microsoft Word' pipeline.
Authors@R: person(given = "Noam",
family = "Ross",
email = '[email protected]',
role = c('aut', 'cre'),
comment = c(ORCID='0000-0002-2136-0000'))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
URL: https://github.com/noamross/redoc
BugReports: https://github.com/noamross/redoc/issues
RoxygenNote: 6.1.1
Imports:
rmarkdown (>= 1.12),
knitr,
officer (>= 0.3.2),
diffobj (>= 0.2.3),
stringi,
mime,
xml2,
whoami,
yaml,
jsonlite,
sessioninfo
Suggests:
spelling,
testthat,
roxygen2,
covr,
pkgdown,
rstudioapi
Remotes:
r-lib/pkgdown
SystemRequirements: pandoc (>= 2.1.2) - http://pandoc.org
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Language: en-US