/usr/lib/R/site-library/ROCR/NEWS 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 19 20 | This file documents changes and updates to the ROCR package.
Version 1.0-5 (May 12, 2013)
- Used standardized license specification in DESCRIPTION file
- Removed LICENCE file
- Removed .First.lib in zzz.R
- CITATION moved into inst folder and adjusted
Version 1.0-4 (Dec 08, 2009)
- fixes bug with 1.0-3 that prevented plot arguments getting passed through
Version 1.0-3
- adapted to more strict R CMD CHECK rules in R > 2.9
Version 1.0-2 (Jan 27, 2007)
- fixed minor bug in 'prediction' function concerning the optional
parameter 'label.ordering' (thanks to Robert Perdisci for notifying us).
- added an optional parameter 'fpr.stop' to the performance measure 'auc',
allowing to calculate the partial area under the ROC curve
up to the false positive rate given by 'fpr.stop'.
|