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 Repository: https://r-lib.r-universe.dev Date/Publication: 2026-04-22 19:35:43 UTC RemoteUrl: https://github.com/r-lib/doclisting RemoteRef: HEAD RemoteSha: 3c3a15625c6bf3c7c96e4284e924d3b00137e421 NeedsCompilation: no Packaged: 2026-06-21 09:00:05 UTC; root Author: Hadley Wickham [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Hadley Wickham