/usr/lib/R/site-library/Rcmdr/CITATION is in r-cran-rcmdr 2.4-1-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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | citHeader("To cite the 'Rcmdr' package in publications use:")
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
citEntry(
entry = "Manual",
title = "{Rcmdr: R Commander}",
author = "John Fox and Milan Bouchet-Valat",
year = year,
note = note,
url = "http://socserv.socsci.mcmaster.ca/jfox/Misc/Rcmdr/",
textVersion = paste0("Fox, J., and Bouchet-Valat, M. (", year, "). Rcmdr: R Commander. ", note, ".")
)
citEntry(
entry = "Book",
title = "Using the {R Commander}: A Point-and-Click Interface for {R}",
author = as.person("John Fox [aut]"),
year = "2017",
publisher = "Chapman and Hall/CRC Press",
address = "Boca Raton {FL}",
url = "http://socserv.mcmaster.ca/jfox/Books/RCommander/",
textVersion="Fox, J. (2017). Using the R Commander: A Point-and-Click Interface or R. Boca Raton FL: Chapman and Hall/CRC Press."
)
citEntry(
entry = "Article",
title = "The {R} {C}ommander: A Basic Statistics Graphical User Interface to {R}",
author = as.person("John Fox [aut]"),
year = "2005",
journal = "Journal of Statistical Software",
volume = "14",
number = "9",
pages = "1--42",
url = "http://www.jstatsoft.org/v14/i09",
textVersion="Fox, J. (2005). The R Commander: A Basic Statistics Graphical User Interface to R. Journal of Statistical Software, 14(9): 1--42."
)
|