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)', 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
Author: Nicolas Casajus ORCID iD [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

Documentation:

Reference manual: rdeps.pdf

Downloads:

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

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rdeps to link to this page.