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)', and 'foo::bar()' and adds these dependencies in the DESCRIPTION file in the sections Depends, Imports, and Suggests.
Version: | 0.2 |
Imports: | cli, utils |
Published: | 2024-02-02 |
DOI: | 10.32614/CRAN.package.rdeps |
Author: | Nicolas Casajus [aut, cre, cph] |
Maintainer: | Nicolas Casajus <nicolas.casajus at fondationbiodiversite.fr> |
BugReports: | https://github.com/frbcesab/rdeps/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/frbcesab/rdeps |
NeedsCompilation: | no |
Citation: | rdeps citation info |
Materials: | README NEWS |
CRAN checks: | rdeps results |
Reference manual: | rdeps.pdf |
Package source: | rdeps_0.2.tar.gz |
Windows binaries: | r-devel: rdeps_0.2.zip, r-release: rdeps_0.2.zip, r-oldrel: rdeps_0.2.zip |
macOS binaries: | r-release (arm64): rdeps_0.2.tgz, r-oldrel (arm64): rdeps_0.2.tgz, r-release (x86_64): rdeps_0.2.tgz, r-oldrel (x86_64): rdeps_0.2.tgz |
Please use the canonical form https://CRAN.R-project.org/package=rdeps to link to this page.