/usr/lib/R/site-library/RGtk2/CITATION is in r-cran-rgtk2 2.20.31-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 RGtk2 in publications use:")
citEntry(entry = "Article",
title = "{RGtk2}: A Graphical User Interface Toolkit for {R}",
author = personList(as.person("Michael Lawrence"),
person("Duncan", "Temple Lang")),
journal = "Journal of Statistical Software",
year = "2010",
volume = "37",
number = "8",
pages = "1--52",
url = "http://www.jstatsoft.org/v37/i08/",
textVersion =
paste("Michael Lawrence, Duncan Temple Lang (2010).",
"RGtk2: A Graphical User Interface Toolkit for R.",
"Journal of Statistical Software, 37(8), 1-52.",
"URL http://www.jstatsoft.org/v37/i08/.")
)
|