Skip to content

Commit

Permalink
update to latest code paradigms
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Sep 20, 2024
1 parent a4f2854 commit 9469a93
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ if(!exists("meta") || is.null(meta)) meta <- packageDescription("analogue")

citHeader("To cite use of 'analogue' in publications use:")

citEntry(entry="Manual",
bibentry(entry="Manual",
title ="analogue: Analogue and weighted averaging methods for palaeoecology",
author = personList(as.person("G. L. Simpson"), as.person("J. Oksanen")),
author = c(person(given = "Gavin L.", family = "Simpson",
comment = c(ORCID = "0000-0002-9084-8413")),
person(given = "Jari", family = "Oksanen")),
year = sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date),
note = paste("R package version", meta$Version),
url = "https://cran.r-project.org/package=analogue",
Expand All @@ -16,18 +18,17 @@ citEntry(entry="Manual",
"(https://cran.r-project.org/package=analogue).", sep=" ")
)

citEntry(entry="Article",
title = "Analogue Methods in Palaeoecology: Using the analogue Package",
author = personList(as.person("G. L. Simpson")),
journal = "Journal of Statistical Software",
year = "2007",
volume = "22",
number = "2",
pages = "1--29",
citEntry(entry = "Article",
title = "Analogue Methods in Palaeoecology: Using the analogue Package",
author = person(given = "Gavin L.", family = "Simpson"),
journal = "Journal of Statistical Software",
year = "2007",
volume = "22",
number = "2",
pages = "1--29",

textVersion =
paste("Simpson, G.L. (2007).",
"Analogue Methods in Palaeoecology: Using the analogue Package",
"Journal of Statistical Software, 22(2), 1--29")
textVersion =
paste("Simpson, G.L. (2007).",
"Analogue Methods in Palaeoecology: Using the analogue Package",
"Journal of Statistical Software, 22(2), 1--29")
)

0 comments on commit 9469a93

Please sign in to comment.