-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.11 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
Package: pkgdown.extras
Version: 0.0.0-9007
Title: Enhancing the 'pkgdown' Package
Imports:
desc,
fs,
pkgbuild,
pkgdown,
R.rsp,
R.utils,
tools,
utils,
yaml
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email = "[email protected]"))
Description: The 'pkgdown' package supports only Rmarkdown and knitr vignettes. Vignettes using other types of vignette engines are not supported and are silently ignored by 'pkgdown'. This package provides workarounds for some non-Rmarkdown vignette formats. For example, engine 'R.rsp::rsp' processes RSP-embedded Markdown vignettes into Markdown document, which then are compiled into final HTML documents. This package pre-compiles such documents into Markdown and tricks 'pkgdown' to believe they are Rmarkdown vignettes so that they appear as 'pkgdown' articles.
License: LGPL (>= 3.0)
LazyLoad: TRUE
ByteCompile: TRUE
URL: https://github.com/HenrikBengtsson/pkgdown.extras
BugReports: https://github.com/HenrikBengtsson/pkgdown.extras/issues
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)