Skip to content

Commit

Permalink
citation
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed May 30, 2023
1 parent 77226b3 commit 7164698
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
citHeader("To cite countrycode in publications use:")

citEntry(entry = "Article",
bibentry(bibtype = "Article",
title = "countrycode: An R package to convert country names and country codes",
author = personList(as.person("Vincent Arel-Bundock"),
as.person("Nils Enevoldsen"),
as.person("CJ Yetman")
),
author = c(
person(given = "Vincent",
family = "Arel-Bundock",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2042-7063")),
person(given = "Nils",
family = "Enevoldsen",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7195-4117")),
person(given = "CJ",
family = "Yetman",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5099-9500"))
),
journal = "Journal of Open Source Software",
year = "2018",
volume = "3",
number = "28",
pages = "848",
url = "https://doi.org/10.21105/joss.00848",

textVersion =
paste("Arel-Bundock et al., (2018).",
"countrycode: An R package to convert country names and country codes.",
"Journal of Open Source Software, 3(28), 848,",
"https://doi.org/10.21105/joss.00848")
url = "https://doi.org/10.21105/joss.00848"
)

0 comments on commit 7164698

Please sign in to comment.