/usr/lib/R/site-library/evd/CITATION is in r-cran-evd 2.3-0-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 20 | citHeader("To cite the evd package in publications please use:")
citEntry(entry="Article",
title = "evd: Extreme Value Distributions",
author = "A. G. Stephenson",
journal = "R News",
year = 2002,
volume = 2,
number = 2,
pages = 31-31,
month = "June",
url = "http://CRAN.R-project.org/doc/Rnews/",
textVersion =
paste("A. G. Stephenson.",
"evd: Extreme Value Distributions.",
"R News, 2(2):31-32, June 2002.",
"URL: http://CRAN.R-project.org/doc/Rnews/")
)
citFooter("Thank you very much. Have a lovely day.")
|