This file is indexed.

/usr/lib/R/site-library/RcmdrMisc/NEWS is in r-cran-rcmdrmisc 1.0-7-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
Changes to Version 1.0-7

  o No longer import print.rcorr from Hmisc.

Changes to Version 1.0-6

  o Added readSAS() for SAS b7dat files.
  
  o Added readStata() for improved input of Stata .dta files.
  
  o Added readSPSS() for reading SPSS .sav and .por files.
  
  o Improvements to plotMeans() legends.
  
  o Barplot() can now compute conditional percentages (suggestion of Beatriz Lacruz); other improvements.
  
  o Hist() now invisibly returns a "hist" object or list of "hist" objects (suggestion of Beatriz Lacruz).
  
  o renamed bin.var() as binVariable(), retaining bin.var() as a synomym.
  
  o Added discretePlot() for plotting distributions of discrete numeric variables (after a suggestion of Beatriz Lacruz).
  
  o Added plotBoot() for plotting bootstrap distributions.
  
  o indexplot() can now plot multiple variables (suggestion of Manuel Munoz).
  
  o Added binnedCounts() for binned frequency distribution of a numeric variable (suggestion of Manuel Munoz).
  
  o Added normalityTests() for various tests of normality.
  
  o Small bug fixes.

Changes to Version 1.0-5

  o Added connect argument to plotMeans() (suggestion of Graham Smith).
  
  o Added capability to plot regions under density functions to plotDistr().
  
  o Added *gumbel() functions for the Gumbel distribution, parametrized by location and scale.

Changes to Version 1.0-4

  o Added ... argument to Barplot (after Rcmdr bug reported by Fritz Leisch).
  
  o Added DeltaMethod().

Changes to Version 1.0-3

  o Fixed bug in rcorr.adjust() that didn't properly convert .000 to <.001 for pairwise-complete
correlations (reported by Bob Muenchen).

  o Added Barplot() and Dotplot().
  
  o Added readXL(), export excel_sheets(), both from readxl package.
  
  o Conform to new CRAN package import requirements.

Changes to Version 1.0-2

  o Updated the following inadvertently reverted functions (and docs): partial.cor(), numSummary(), Hist(), rcorr.adjust() (following bug report by Mark Dunning).

  o Hist() reports a warning but doesn't fail for empty groups.

Changes to Version 1.0-1

  o Added "se(mean)" to numSummary().

Changes to Version 1.0-0

  o First version of the package, with functions moved from the Rcmdr package to make them more conveniently available to other CRAN packages (at the suggestion of Liviu Andronic).