Package: attachment
Title: Deal with Dependencies
Version: 0.3.1
Authors@R: 
    c(person(given = "Sébastien",
             family = "Rochette",
             role = c("cre", "aut"),
             email = "sebastien@thinkr.fr",
             comment = c(ORCID = "0000-0002-1565-9313")),
     person(given = "Vincent",
             family = "Guyader",
             role = c("aut"),
             email = "vincent@thinkr.fr",
             comment = c(ORCID = "0000-0003-0671-9270",
             "previous maintainer")),
     person(given = "ThinkR",
             role = c("cph", "fnd")))
Description: Manage dependencies during package
    development. This can retrieve all dependencies that are used in ".R"
    files in the "R/" directory, in ".Rmd" files in "vignettes/" directory and
    in 'roxygen2' documentation of functions. There is a function to
    update the "DESCRIPTION" file of your package with 'CRAN' packages or any other remote package.
    All functions to retrieve dependencies of ".R" scripts and ".Rmd" or ".qmd" files can
    be used independently of a package development.
License: GPL-3
URL: https://thinkr-open.github.io/attachment/,
        https://github.com/ThinkR-open/attachment
BugReports: https://github.com/ThinkR-open/attachment/issues
Config/Needs/website: ThinkR-open/thinkrtemplate
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Depends: R (>= 3.4)
Imports: cli, desc (>= 1.2.0), glue (>= 1.3.0), knitr (>= 1.20),
        magrittr (>= 1.5), rmarkdown (>= 1.10), roxygen2, stats,
        stringr (>= 1.3.1), utils, withr
Suggests: lifecycle, renv (>= 0.8.4), rstudioapi, testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2023-01-27 16:01:23 UTC; srochett
Author: Sébastien Rochette [cre, aut] (<https://orcid.org/0000-0002-1565-9313>),
  Vincent Guyader [aut] (<https://orcid.org/0000-0003-0671-9270>,
    previous maintainer),
  ThinkR [cph, fnd]
Maintainer: Sébastien Rochette <sebastien@thinkr.fr>
Repository: CRAN
Date/Publication: 2023-01-27 16:50:06 UTC
Built: R 4.1.2; ; 2023-01-28 12:11:08 UTC; unix
