-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 903 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
Package: rdConvert
Title: Convert Rd files to Markdown files loaded with YAML
Version: 0.0.6
Authors@R:
person(given = "David",
family = "Ruvolo",
role = c("aut", "cre"),
email = "dcruvolo@example.com",
comment = c(ORCID = "0000-0002-5745-5298"))
Description: As R6 class for converting Rd files to markdown with YAML headers. This may be useful if you wish to use package documentation in static site generators outside of the R ecosystem (e.g., React, Vue, Svelte, Gatsby, etc.). By default, Rd files are rendered into their own directory with an independent `index.md` file. The Rd name is parsed and set as the child directory name.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr,
Rd2md,
magrittr,
cli,
Rd2roxygen,
R6,
roxygen2md,
devtools