/usr/lib/R/site-library/reshape2/CITATION is in r-cran-reshape2 1.4-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 | citHeader("To cite reshape in publications use:")
citEntry(entry = "Article",
title = "Reshaping Data with the {reshape} Package",
author = personList(as.person("Hadley Wickham")),
journal = "Journal of Statistical Software",
year = "2007",
volume = "21",
number = "12",
pages = "1--20",
url = "http://www.jstatsoft.org/v21/i12/",
textVersion =
paste("Hadley Wickham (2007).",
"Reshaping Data with the reshape Package.",
"Journal of Statistical Software, 21(12), 1-20.",
"URL http://www.jstatsoft.org/v21/i12/.")
)
|