Package: rdeps 0.4

rdeps: Identify External Packages Used in a Project
Screens all '.R', '.Rmd', and '.qmd' files to extract the name of packages used in a project. This package detects packages called with 'library(foo)', 'require(foo)', 'foo::bar()' and 'use("foo", "bar")' and adds these dependencies in the DESCRIPTION file in the sections Depends, Imports, and Suggests.
Authors:
rdeps_0.4.tar.gz
rdeps_0.4.zip(r-4.7)rdeps_0.4.zip(r-4.6)rdeps_0.4.zip(r-4.5)
rdeps_0.4.tgz(r-4.6-any)rdeps_0.4.tgz(r-4.5-any)
rdeps_0.4.tar.gz(r-4.7-any)rdeps_0.4.tar.gz(r-4.6-any)
rdeps_0.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rdeps/json (API)
NEWS
| # Install 'rdeps' in R: |
| install.packages('rdeps', repos = c('https://frbcesab.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/frbcesab/rdeps/issues
Last updated from:fa728c2faf. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 131 | ||
| source / vignettes | OK | 127 | ||
| linux-release-x86_64 | OK | 133 | ||
| macos-release-arm64 | OK | 80 | ||
| macos-oldrel-arm64 | OK | 94 | ||
| windows-devel | OK | 64 | ||
| windows-release | OK | 62 | ||
| windows-oldrel | OK | 65 | ||
| wasm-release | OK | 89 |
Exports:add_depsadd_to_rdepsignore
Dependencies:cli
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add required dependencies to the description file | add_deps |
| Add to the .rdepsignore file | add_to_rdepsignore |
