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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake git make libuv1-dev Repository: https://pakillo.r-universe.dev Date/Publication: 2026-06-24 10:36:06 UTC RemoteUrl: https://github.com/Pakillo/grateful RemoteRef: HEAD RemoteSha: 3f2522aa01b11cc4255504a917ed4067bee3937e NeedsCompilation: no Packaged: 2026-06-24 13:38:36 UTC; root Author: Francisco Rodriguez-Sanchez [aut, cre, cph] (ORCID: ), Connor P. Jackson [aut] (ORCID: ), Shaurita D. Hutchins [ctb], James M. Clawson [ctb] Maintainer: Francisco Rodriguez-Sanchez