-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 953 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 953 Bytes
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
Package: doclisting
Title: List Functions in Documentation
Version: 0.1.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4757-117X")),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "https://ror.org/03wc8by49"))
)
Description: Generate 'Rd' markup to list methods for a generic function.
Makes it easier to document S3, S4, and S7 generics by automatically
finding and linking to method documentation.
License: MIT + file LICENSE
URL: https://github.com/r-lib/doclisting, https://doclisting.r-lib.org
BugReports: https://github.com/r-lib/doclisting/issues
Depends:
R (>= 4.1)
Imports:
methods
Suggests:
pkgload (>= 1.5.2),
S7,
testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3.9000