Changes in version 1.1.4 (2022-01-17) o Fixed broken link in Rd file for CRAN. o Removed `R/cvAUC-internals.R` file since it was not doing anything useful and it set a seed, which is unnessary. o Removed startup messages. Changes in version 1.1.3 o Moved `data.table` and `ROCR` from Depends to Imports. o Added Apache 2.0 LICENCE file. o Small updates to example code. Changes in version 1.1.2 o Added support for folds as a vector of fold ids (vs a list of row index fold groups) in the `cvAUC` function. Changes in version 1.1.1 o Updated the references section to include the newly published paper, "Computationally Efficient Confidence Intervals for Area Under the ROC Curve Estimates." o Edits to `README.md`. o Updated maintainer email address. Changes in version 1.1.0 (2014-12-09) o Major rewrite of `ci.cvAUC` and `ci.pooled.cvAUC` to improve runtime performance by many orders of magnitude. o The package now depends on the `data.table` package. o Thanks to David Rosenberg for the suggestion to use `data.table` sorting. o Note that `R CMD CHECK` will produce a note mentioning "No visible binding for global variable..." for several lines in the `data.table`-related code. This is nothing to worry about. Read more here: https://stackoverflow.com/questions/8096313/no-visible-binding-for-global-variable-note-in-r-cmd-check o Added a `README.md` file for GitHub. This package is now on GitHub at: https://github.com/ledell/cvAUC Changes in version 1.0.2 (2014-11-17) o Modified the `AUC` function to be able to use the `label.ordering` argument, similar to `cvAUC`. o Made a few small edits to `ci.cvAUC` and `ci.pooled.cvAUC` functions as well as `.process_input`. o Changed license to Apache 2.0. Changes in version 1.0.1 (2014-11-04) o Added `AUC` utility function for simple AUC calculation (no cross-validation). o Added example of `ci.pooled.cvAUC` function to documentation. o Removed the `covProb.sim` simulation function. This simulation should no longer be used. o Prepended the `ROCR` package name to the `ROCR::performance` and `ROCR::prediction` functions inside the `AUC` and `cvAUC` functions. o Removed `require(ROCR)` from functions since ROCR is a required dependency. o Switched versioning convention from -0 to .0 in third digit. Changes in version 1.0.0 o Initial CRAN release.