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
RoxygenNote: 7.3.3
Imports: cli, utils
NeedsCompilation: no
Packaged: 2025-10-02 14:56:25 UTC; nicolas
Author: Nicolas Casajus [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-5537-5294>)
Maintainer: Nicolas Casajus <nicolas.casajus@fondationbiodiversite.fr>
Repository: CRAN
Date/Publication: 2025-10-02 15:10:02 UTC
Built: R 4.6.0; ; 2025-10-02 17:06:25 UTC; unix
