rdeps0.4 package

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.

  • Maintainer: Nicolas Casajus
  • License: GPL (>= 2)
  • Last published: 2025-10-02