-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.24 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
43
44
45
46
47
Package: htmlRd
Type: Package
Title: Convert Shiny HTML tags into Rd format
Version: 0.1.0
Authors@R: c(
person("Andrew", "Redd", role = c("aut", "cre")
, email = "[email protected]"
, comment = c(ORCID = "https://orcid.org/000-0002-6149-2438")
),
person("R Documentation Task Force", role=c("ctb")
, comment = c(url = "https://rdoctaskforce.github.io/")
),
person("R Consortium", role=c("fnd", "cph")
, comment = c(url = "https://www.r-consortium.org")
))
Maintainer: Andrew Redd <[email protected]>
Description: This converts HTML tags to Rd formatted text.
This package is part of the efforts of the R Documentation Task Force.
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
assertthat,
htmltools,
methods,
pkgcond,
purrr,
Rd(>= 0.1.0.9999),
rlang,
testextra,
utils
Suggests:
testthat,
covr
Language: en-US
Roxygen: list(roclets='rd', markdown = TRUE)
RoxygenNote: 6.1.1
Collate:
'utils.R'
'conditions.R'
'categories.R'
'toRd.R'
'toRd-generated.R'
'toRd-methods.R'
'zzz-htmlRd.R'
URL: https://github.com/RDocTaskForce/htmlRd
BugReports: https://github.com/RDocTaskForce/htmlRd/issues