/usr/lib/R/site-library/urca/CITATION is in r-cran-urca 1.2-9-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 the urca package in publications use:")
citFooter("For BibTex versions of citations use: toBibtex(citation('urca'))")
citEntry(entry="Book",
title = "Analysis of Integrated and Cointegrated Time Series with R",
author = personList(as.person("B. Pfaff")),
publisher = "Springer",
edition = "Second",
address = "New York",
year = 2008,
note = "ISBN 0-387-27960-1",
url = "http://www.pfaffikus.de",
textVersion =
paste("Pfaff, B. (2008)",
"Analysis of Integrated and Cointegrated Time Series with R.",
"Second Edition. Springer, New York. ISBN 0-387-27960-1")
)
|