/usr/lib/R/site-library/ROCR/CITATION is in r-cran-rocr 1.0-5-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 ROCR in publications use:")
bibentry(entry="article",
title = "ROCR: visualizing classifier performance in R",
author = personList(as.person("T. Sing"),
as.person("O. Sander"),
as.person("N. Beerenwinkel"),
as.person("T. Lengauer")),
year = "2005",
journal = "Bioinformatics",
volume = 21,
number = 20,
pages = 3940--3941,
bibtype = "Article",
url = "http://rocr.bioinf.mpi-sb.mpg.de" )
citFooter("We have invested a lot of time and effort in creating ROCR,",
"please cite it when using it for data analysis.")
|