Package: attachment
Title: Deal with Dependencies
Version: 0.1.0
Authors@R: 
    c(person(given = "Vincent",
             family = "Guyader",
             role = c("cre", "aut"),
             email = "vincent@thinkr.fr",
             comment = c(ORCID = "0000-0003-0671-9270")),
      person(given = "Sébastien",
             family = "Rochette",
             role = "aut",
             email = "sebastien@thinkr.fr",
             comment = c(ORCID = "0000-0002-1565-9313")),
      person(given = "ThinkR",
             role = c("cph", "fnd")))
Description: Tools to help 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 and a function to create a
    file with the R commands to install all dependencies of your package.
    All functions to retrieve dependencies of R scripts and Rmd files can
    be used independently of a package development.
License: GPL-3
URL: https://github.com/Thinkr-open/attachment
BugReports: https://github.com/Thinkr-open/attachment/issues
Depends: R (>= 3.3)
Imports: desc (>= 1.2.0), glue (>= 1.3.0), knitr (>= 1.20), magrittr
        (>= 1.5), rmarkdown (>= 1.10), roxygen2, stats, stringr (>=
        1.3.1), utils
Suggests: covr, pkgdown (>= 1.3.0), testthat (>= 2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-03-15 17:54:44 UTC; vincent
Author: Vincent Guyader [cre, aut] (<https://orcid.org/0000-0003-0671-9270>),
  Sébastien Rochette [aut] (<https://orcid.org/0000-0002-1565-9313>),
  ThinkR [cph, fnd]
Maintainer: Vincent Guyader <vincent@thinkr.fr>
Repository: CRAN
Date/Publication: 2020-03-15 19:50:02 UTC
