Package: rdtools Title: Efficient Manipulation of 'Rd' Files and Help Topics Version: 0.1.0.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4757-117X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Provides fast, cached lookup of help topics and aliases across installed, source, and in-development packages, plus efficient retrieval of parsed 'Rd' ('R' documentation) objects. Per-package indexes are built once and cached, making repeated retrieval cheap enough to call in a tight loop. License: MIT + file LICENSE URL: https://rdtools.r-lib.org, https://github.com/r-lib/rdtools BugReports: https://github.com/r-lib/rdtools/issues Depends: R (>= 4.0) Imports: stats, tools Suggests: testthat (>= 3.0.0), withr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Config/Needs/website: tidyverse/tidytemplate Repository: https://r-lib.r-universe.dev Date/Publication: 2026-07-16 18:23:21 UTC RemoteUrl: https://github.com/r-lib/rdtools RemoteRef: HEAD RemoteSha: 2ba6baa6643e91c87fdceeb545a33466101a5f9e NeedsCompilation: yes Packaged: 2026-07-17 07:42:24 UTC; root Author: Hadley Wickham [aut, cre, cph] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Hadley Wickham