-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
57 lines (57 loc) · 1.44 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
48
49
50
51
52
53
54
55
56
57
Package: Rd
Type: Package
Title: Rd Manipulation and Creation
Version: 0.2.0.9000
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]>
License: GPL-2
Description: Creation and manipulation of R documentation (Rd) as
R objects. Also contains functions for checking consistency
of Rd and S4 generics and methods for converting
objects to Rd formatted output.
Imports:
assertthat,
methods,
pkgcond,
postlogic,
purrr,
rlang,
testthat,
tools,
utils
Suggests:
covr,
htmltools,
rmarkdown (>= 1.8),
stringi
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Language: en-US
Collate:
'setup-set_old_classes.R'
'util-aliases.R'
'Class-Rd.R'
'Fun-toRd.R'
'Rd_lines.R'
'S3_extensions.R'
'canon.R'
'construction.R'
'convenience.R'
'globals.R'
'indent.R'
'keyword.db.R'
'testextra.R'
'util-Rd.R'
URL: https://github.com/RDocTaskForce/Rd
BugReports: https://github.com/RDocTaskForce/Rd/issues