From f28b0209a370d41882880524b2b63c3f6ce71a2e Mon Sep 17 00:00:00 2001 From: Francisco Rodriguez-Sanchez Date: Sun, 15 Sep 2024 18:09:02 +0200 Subject: [PATCH] update citation. Close #52 --- README.md | 2 +- inst/CITATION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 553af1d..a580015 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ To cite package 'grateful' in publications use: A BibTeX entry for LaTeX users is @Manual{, - title = {grateful: Facilitate citation of R packages}, + title = {grateful: Facilitate citation of {R} packages}, author = {Francisco Rodriguez-Sanchez and Connor P. Jackson}, year = {2024}, url = {https://pakillo.github.io/grateful/}, diff --git a/inst/CITATION b/inst/CITATION index 844236f..6da533c 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,7 +1,7 @@ bibentry( bibtype = "Manual", - title = "grateful: Facilitate citation of R packages", + title = "grateful: Facilitate citation of {R} packages", author = c( person("Francisco", "Rodriguez-Sanchez"), person("Connor P.", "Jackson")