Package: grateful
Title: Facilitate Citation of R Packages
Version: 0.3.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"),
    person("James M.", "Clawson", 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: desc, knitr, remotes, renv, rmarkdown, rstudioapi, utils
Suggests: curl, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-09-04 14:28:18 UTC; frs
Author: Francisco Rodriguez-Sanchez [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-7981-1599>),
  Connor P. Jackson [aut] (ORCID:
    <https://orcid.org/0000-0002-4220-5210>),
  Shaurita D. Hutchins [ctb],
  James M. Clawson [ctb]
Maintainer: Francisco Rodriguez-Sanchez <f.rodriguez.sanc@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-04 15:00:02 UTC
Built: R 4.6.0; ; 2025-11-02 04:12:01 UTC; windows
