Package: rdtools 0.1.0.9000
rdtools: Efficient Manipulation of 'Rd' Files and Help Topics
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.
Authors:
rdtools_0.1.0.9000.tar.gz
rdtools_0.1.0.9000.zip(r-4.7)rdtools_0.1.0.9000.zip(r-4.6)rdtools_0.1.0.9000.zip(r-4.5)
rdtools_0.1.0.9000.tgz(r-4.6-x86_64)rdtools_0.1.0.9000.tgz(r-4.6-arm64)rdtools_0.1.0.9000.tgz(r-4.5-x86_64)rdtools_0.1.0.9000.tgz(r-4.5-arm64)
rdtools_0.1.0.9000.tar.gz(r-4.7-arm64)rdtools_0.1.0.9000.tar.gz(r-4.7-x86_64)rdtools_0.1.0.9000.tar.gz(r-4.6-arm64)rdtools_0.1.0.9000.tar.gz(r-4.6-x86_64)
rdtools_0.1.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
rdtools/json (API)
| # Install 'rdtools' in R: |
| install.packages('rdtools', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/rdtools/issues
Pkgdown/docs site:https://rdtools.r-lib.org
Last updated from:2ba6baa664. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 129 | ||
| linux-devel-x86_64 | OK | 110 | ||
| source / vignettes | OK | 172 | ||
| linux-release-arm64 | OK | 121 | ||
| linux-release-x86_64 | OK | 108 | ||
| macos-release-arm64 | OK | 92 | ||
| macos-release-x86_64 | OK | 151 | ||
| macos-oldrel-arm64 | OK | 118 | ||
| macos-oldrel-x86_64 | OK | 138 | ||
| windows-devel | OK | 61 | ||
| windows-release | OK | 70 | ||
| windows-oldrel | OK | 68 | ||
| wasm-release | OK | 104 |
Exports:pkg_cache_resetpkg_macrospkg_search_attachedpkg_search_basepkg_search_depspkg_topicstopic_existstopic_findtopic_find_alltopic_origintopic_qualifiertopic_rdtopic_rd_pathtopic_split
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Reset cached package indexes | pkg_cache_reset |
| Load a package's Rd macros | pkg_macros |
| Packages searched for help by default | pkg_search_attached pkg_search_base |
| Packages to search for topics in a package's dependencies | pkg_search_deps |
| List the topics documented by a package | pkg_topics |
| Is a topic documented? | topic_exists |
| Find packages that document a topic | topic_find topic_find_all |
| Find the package where a topic's object originates | topic_origin |
| Find the package qualifier for a topic | topic_qualifier |
| Get the parsed Rd for a topic | topic_rd |
| Get the path to the Rd file for a topic | topic_rd_path |
| Split a qualified topic into package and topic | topic_split |
