{grateful} is now on CRAN!

{grateful} makes it very easy to cite #Rstats packages, so that software authors get their deserved credit

https://pakillo.github.io/grateful/

Thread 1/

Facilitate Citation of R Packages

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.

2/ Just run

grateful::cite_packages()

and you'll get a report with formatted citations and references for all the #rstats packages used in your analysis, ready to paste into your manuscript or report

3/ This citation report can be generated in HTML, PDF, Word docx, Markdown...

References can be formatted automatically for any journal, eg.

cite_packages(citation. style = "peerj")

4/ {grateful} can also be used with #Rmarkdown and @quarto_pub #Quartopub

Just call cite_packages() within a chunk.

See templates in the package repo: https://github.com/Pakillo/grateful/tree/master/Rmd_Quarto

grateful/Rmd_Quarto at master · Pakillo/grateful

Facilitate citation of R packages. Contribute to Pakillo/grateful development by creating an account on GitHub.

GitHub

5/ It's also possible to include recursive dependencies of the used packages, to make credit transitive:

cite_packages(dependencies = TRUE)

6/ {grateful} is my first pkg on CRAN. It serves well to communicate our gratitude as well as our wish to give back to the #Rstats community.

Great thanks to Connor Jackson and @shauritacodes for their great contributions

Happy citing!

@frod_san Very neat! I will use it!