NEWS
ROCR 1.0-10
- added area under the Precision/Recall curve (aucpr)
ROCR 1.0-8
- Changed maintainer email address
- fixed issues for R 4.0
ROCR 1.0-7 (2015-03-26)
- Changed maintainer email address
ROCR 1.0-5 (2013-05-16)
- Used standardized license specification in DESCRIPTION file
- Removed LICENCE file
- Removed .First.lib in zzz.R
- CITATION moved into inst folder and adjusted
ROCR 1.0-4 (2012-10-29)
- fixes bug with 1.0-3 that prevented plot arguments getting passed through
ROCR 1.0-3 (2009-10-28)
- adapted to more strict R CMD CHECK rules in R > 2.9
ROCR 1.0-2 (2007-01-28)
- 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'.