This file is indexed.

/usr/lib/R/site-library/ModelMetrics/NEWS.md is in r-cran-modelmetrics 1.1.0-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
# ModelMetrics 1.1.0

* added Matthews correlation coefficient (`mcc`)
* added multiclass auc (`mauc` )
* lots more tests
* fixed bug when rank ties were present in `auc` (#10)
* added code to handle different classes in functions


# ModelMetrics 1.0.0
* Refactor `common_by()` (#1928).