Package: rdeps Type: Package Title: Identify External Packages Used in a Project Version: 0.4 Authors@R: c( person(given = "Nicolas", family = "Casajus", role = c("aut", "cre", "cph"), email = "nicolas.casajus@fondationbiodiversite.fr", comment = c(ORCID = "0000-0002-5537-5294"))) Description: 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. URL: https://github.com/frbcesab/rdeps BugReports: https://github.com/frbcesab/rdeps/issues License: GPL (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli, utils Repository: https://frbcesab.r-universe.dev Date/Publication: 2025-10-02 14:13:56 UTC RemoteUrl: https://github.com/FRBCesab/rdeps RemoteRef: HEAD RemoteSha: fa728c2faff03df9432ee07da1b2146c1a74d1b5 NeedsCompilation: no Packaged: 2026-06-01 07:20:52 UTC; root Author: Nicolas Casajus [aut, cre, cph] (ORCID: ) Maintainer: Nicolas Casajus