diff --git a/README.md b/README.md index 7db22b74..ef57586a 100644 --- a/README.md +++ b/README.md @@ -221,10 +221,9 @@ or open an issue on . To cite ‘tidyterra’ in publications use: -Hernangómez D (2022). *tidyterra: tidyverse Methods and ggplot2 Utils -for terra Objects*. -, -. +Hernangomez D (2022). *tidyterra: tidyverse Methods and ggplot2 Utils +for terra Objects*. , + A BibTeX entry for LaTeX users is diff --git a/codemeta.json b/codemeta.json index 800095a3..6ed75ff2 100644 --- a/codemeta.json +++ b/codemeta.json @@ -306,7 +306,7 @@ }, "SystemRequirements": null }, - "fileSize": "1474.791KB", + "fileSize": "1474.947KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/inst/CITATION b/inst/CITATION index 93b428dc..4dc1679b 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -12,5 +12,8 @@ bibentry( version = meta$Version, url = unlist(strsplit(meta$URL, ","))[1], abstract = abs, - key = "R-tidyterra" + key = "R-tidyterra", + textVersion = paste0("Hernangomez D (",year,"). _tidyterra: ", + gsub("'", "", meta$Title),"_. , <", + unlist(strsplit(meta$URL, ","))[1],">") )