Package: doclisting
Title: List Functions in Documentation
Version: 0.1.0
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, S7, testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.3.9000
NeedsCompilation: no
Packaged: 2026-04-08 21:51:05 UTC; hadleywickham
Author: Hadley Wickham [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-4757-117X>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Hadley Wickham <hadley@posit.co>
Repository: CRAN
Date/Publication: 2026-04-15 13:00:35 UTC
Built: R 4.6.0; ; 2026-04-25 18:20:52 UTC; unix
