/usr/lib/R/site-library/zoo/CITATION is in r-cran-zoo 1.7-14-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | citHeader("To cite zoo in publications use:")
citEntry(entry="Article",
title = "zoo: S3 Infrastructure for Regular and Irregular Time Series",
author = personList(as.person("Achim Zeileis"),
as.person("Gabor Grothendieck")),
journal = "Journal of Statistical Software",
year = "2005",
volume = "14",
number = "6",
pages = "1--27",
doi = "10.18637/jss.v014.i06",
textVersion =
paste("Achim Zeileis and Gabor Grothendieck (2005).",
"zoo: S3 Infrastructure for Regular and Irregular Time Series.",
"Journal of Statistical Software, 14(6), 1-27.",
"doi:10.18637/jss.v014.i06")
)
|