aboutsummaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorKen Kellner <ken@kenkellner.com>2023-06-27 10:53:23 -0400
committerKen Kellner <ken@kenkellner.com>2023-06-27 10:53:23 -0400
commit58f274de8de03ed0d80a924cbe0a84222bb20c7d (patch)
tree0045d9e44b66f25105c7262afe556da849a87490 /inst
parent63de1121c6194491c8e335a60d385cfbbe5d553b (diff)
Prepare for release of 1.3.0
Diffstat (limited to 'inst')
-rw-r--r--inst/CITATION26
1 files changed, 24 insertions, 2 deletions
diff --git a/inst/CITATION b/inst/CITATION
index c0e67d6..66c3000 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -1,8 +1,30 @@
citHeader("To cite unmarked in publications use:")
-citEntry(entry = "Article",
+bibentry(bibtype = "Article",
+ title = "The {unmarked} {R} package: Twelve years of advances in occurrence and abundance modelling in ecology",
+ author = c(as.person("Kenneth F. Kellner"),
+ as.person("Adam D. Smith"),
+ as.person("J. Andrew Royle"),
+ as.person("Marc Kery"),
+ as.person("Jerrold L. Belant"),
+ as.person("Richard B. Chandler")),
+ journal = "Methods in Ecology and Evolution",
+ year = "2023",
+ volume = "14",
+ number = "6",
+ pages = "1408--1415",
+ url = "https://www.jstatsoft.org/v43/i10/",
+
+ textVersion =
+ paste("Kellner KF, Smith AD, Royle JA, Kery M, Belant JL, Chandler RB (2023).",
+ "The unmarked R package: Twelve years of advances in occurrence and abundance modelling in ecology.",
+ "Methods in Ecology and Evolution, 14(6), 1408-1415.",
+ "URL https://doi.org/10.1111/2041-210X.14123")
+)
+
+bibentry(bibtype = "Article",
title = "{unmarked}: An {R} Package for Fitting Hierarchical Models of Wildlife Occurrence and Abundance",
- author = personList(as.person("Ian Fiske"),
+ author = c(as.person("Ian Fiske"),
as.person("Richard Chandler")),
journal = "Journal of Statistical Software",
year = "2011",