This file is indexed.

/usr/lib/R/site-library/mlbench/NEWS is in r-cran-mlbench 2.1-1-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
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
Changes in Version 2.1-1

  o Added a NAMESPACE.


Changes in Version 2.1-0

  o Removed dependencies on e1071 and scatterplot3d (the latter replaced by 
    cloud() from lattice). 

  o mlbench.corners() has been renamed to mlbench.hypercube().

  o New function mlbench.simplex() by Manuel Eugster and Sebastian Kaiser.

  o Bugfixes in the bayesclass() methods for ringnorm and threenorm 
    submitted by Julia Schiffer. 


Changes in Version 2.0-0

  o Changed license of complete package to GPL-2.

  o Recompressed all data sets using xz.

  o Added examples to all help pages.

  o Added info about UCI repository to mlbench.waveform.Rd.


Changes in Version 1.1-6

  o Improve CITATION.


Changes in Version 1.1-5

  o Fixed Rd bug and renamed README to LICENSE.


Changes in Version 1.1-4

  o Fixed documentation of S3 objects.


Changes in Version 1.1-3

  o Bugfix: data sets that are loaded using R code did not close the
    corresponding connections.


Changes in Version 1.1-2

  o New data set Zoo.


Changes in Version 1.1-2

  o Converted the 'chas' columns of BostonHousing2 to a factor.

  o Added a corrected version of PimaIndiansDiabetes as PimaIndiansDiabetes2.
 
  o Added correct citation for UCI repository in various places.


Changes in Version 1.1-1

  o Add '...' argument to as.data.frame() methods for consistency
    with R 2.4.0 or later.


Changes in Version 1.1-0

  o New artificial classification problems mlbench.shapes() and
    mlbench.corners()

  o Added corrected version of Boston housing data (thanks to
    John Maindonald). 

	
Changes in Version 1.0-1

  o Minor fixes in BostonHousing.Rd.


Changes in Version 1.0-1

  o Fixed a Bug in the waveform function (thanks to Karsten Lübke).

  o Added a "ZipData: No" to the DESCRIPTION file.

  o All data files are now in compressed format.
  

Changes in Version 1.0-0

  o New function mlbench.smiley().

  o Version 1.0-0 is not really different from the previous release
    (version 0.5-10), but we decided that it is stupid to have a
    version number smaller than 1.0 for a package that is stable and
    useful.