-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
96 lines (96 loc) · 2.3 KB
/
DESCRIPTION
File metadata and controls
96 lines (96 loc) · 2.3 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Package: documentation
Type: Package
Title: R Documentation Infrastructure
Version: 0.1
Date: 2016-12-13
Authors@R: c(
person("Andrew", "Redd", , "andrew.redd@hsc.utah.edu", c("aut", "cre")),
person("R Documentation Task Force", role=c("aut"))
)
Maintainer: Andrew Redd <andrew.redd@hsc.utah.edu>
License: GPL-2
Imports:
assertthat,
extendedRef,
methods,
parsetools,
pkgcond,
postlogic,
purrr,
Rd,
rlang,
roxygen2(>= 6.0.1.9000),
stringi,
testextra,
tools,
utils
Suggests:
covr,
htmltools,
rmarkdown (>= 1.8),
rstudioapi,
testthat,
knitr
Description: This package provides infrastructure for containing
documentation within R object, creating documentation objects
and exporting documentation objects into different formats.
Collate:
'setup-set_old_classes.R'
'setup-globals.R'
'setup.R'
'util-undefined.R'
'util-infix.R'
'util-testing.R'
'util-str_rep.R'
'util-interleave.R'
'util-generics.R'
'util-aliases.R'
'util-errors.R'
'util-documentationMetaName.R'
'utils.R'
'Class-Documentation-Default-Value.R'
'Class-Documentation-Keyword.R'
'Class-Vector.R'
'Class-example.R'
'Class-FormattedText.R'
'Class-Documentation.R'
'Class-NamespaceEntry.R'
'Class-usage.R'
'Class-arg-Documentation.R'
'Class-function-Documentation.R'
'Class-S4-Documentation.R'
'Class-data-Documentation.R'
'Class-option-Documentation.R'
'Class-Shared-Documenation.R'
'Classes.R'
'Fun-documentation.R'
'Fun-accessors.R'
'Fun-accessors-NamespaceEntry.R'
'Fun-accessors-Shared.R'
'Fun-accessors-function.R'
'Fun-accessors-option.R'
'Fun-check_documented.R'
'Fun-default.R'
'Fun-documentation-S4.R'
'Fun-documentation-Shared.R'
'Fun-format.R'
'Fun-toRd-Documentation.R'
'Fun-toRd-FormattedText.R'
'Fun-toRd-arg.R'
'Fun-toRd-example.R'
'Fun-toRd-function.R'
'Fun-toRd-option.R'
'Fun-toRd-usage.R'
'Fun-write_documentation.R'
'Funs.R'
'zzz-Finalize.R'
Roxygen: list(markdown = TRUE, roclets = c("namespace", "collate"))
RoxygenNote: 6.1.1
Enhances: devtools
Encoding: UTF-8
Remotes:
RDocTaskForce/parsetools,
klutometis/roxygen,
r-lib/pkgload
KeepSource: TRUE
VignetteBuilder: knitr