Package: grateful
Title: Facilitate Citation of R Packages
Version: 0.2.0
Authors@R: c(
    person("Francisco", "Rodriguez-Sanchez", 
            email = "f.rodriguez.sanc@gmail.com", 
            role = c("aut", "cre", "cph"),
            comment = c(ORCID = "0000-0002-7981-1599")),
    person("Connor P.", "Jackson", email = "connor@cpjackson.net", role = "aut",
           comment = c(ORCID = "0000-0002-4220-5210")),
    person("Shaurita D.", "Hutchins", role = "ctb")
  )
Description: Facilitates the citation of R packages used in analysis
    projects. Scans project for packages used, gets their citations, and
    produces a document with citations in the preferred bibliography
    format, ready to be pasted into reports or manuscripts. Alternatively,
    'grateful' can be used directly within an 'R Markdown' or 'Quarto' document.
License: MIT + file LICENSE
URL: https://pakillo.github.io/grateful/
BugReports: https://github.com/Pakillo/grateful/issues
Depends: R (>= 3.0.0)
Imports: knitr, remotes, renv, rmarkdown, rstudioapi, utils
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-04-24 08:33:06 UTC; frs
Author: Francisco Rodriguez-Sanchez [aut, cre, cph]
    (<https://orcid.org/0000-0002-7981-1599>),
  Connor P. Jackson [aut] (<https://orcid.org/0000-0002-4220-5210>),
  Shaurita D. Hutchins [ctb]
Maintainer: Francisco Rodriguez-Sanchez <f.rodriguez.sanc@gmail.com>
Repository: CRAN
Date/Publication: 2023-04-24 10:00:02 UTC
Built: R 4.1.2; ; 2023-04-25 11:14:36 UTC; unix
