This file is indexed.

/usr/lib/R/site-library/gmodels/NEWS is in r-cran-gmodels 2.15.4.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Version 2.15.3 - 2012-06-27
---------------------------

Bug fixes:

- Update est.mer() to work with "mer" object changes introduced in
  lme4 version 0.999999-0.


Version 2.15.2 - 2012-04-19
---------------------------

Bug fixes:

- Update est.mer() to work with recent versions of lme4  which changed
  'mer' objects from S3 to S4 class 

- Changes to pass new R CMD check tests

- The 'Design' package has been replaced my 'rms', so update man page
  references.


Version 2.15.1 - 2011-01-16
---------------------------

Bug fixes:

- Fix warnings reported by new versions of R CMD check.


Version 2.15.0
--------------

New features:

- Add support for 'mer' model from lme4.

Bug fixes:

- Correct several minor .Rd syntax errors

- Move extra copyright text to Author field instead of License field.


Version 2.14.1
--------------

New features:

- Add support for 'lme' objects to estimable().

Other:

- Fix minor typos in manual page for estimable().

Version 2.14.0
--------------

New Features:

- Add support for 'mlm' objects to estimable


Version 2.13.2
--------------

Bug Fixes:

- Lower and upper end of confidence interval for lmer objects were
  reversed in est.lmer().

- Correct Greg's email address in two help files.


Version 2.13.1
--------------

Bug Fixes:

- Problem: R CMD check errors under development version of R 2.5.0
  Solution:
	- Add additional packages to 'Suggests' list in DESCRIPTION
	- Remove extra trailing comma in function calls
	- fix various code/doc inconsistencies

- Problem: estimable() was failing for lmer objects.
  Solution: 
	- Create a generic estimable()
	- Move old function to estimable.default()
	- Add  estimable.lmer() to the exported methods list in NAMESPACE


Version 2.13.0
--------------


Version 2.12.0
--------------

- Updated Greg's email address.

- Add support for lmer (lme version 4) objects to ci(), estimable(),
  and fit.contrast() via code contributed by Randall C Johnson.

- Add simplfied coefficient specification to estimable() based on a
  function provided by Randall C Johnson.  It is now possible to do
  things like:
	estimable(reg, c("xB"=1,"xD"=-1))
  instead of:  
        estimable(reg, c(    0,   1,	 0,   -1)) 
  which should make estimable() much easier to use for large models.

Version 2.1.0
-------------

Version 2.0.8
-------------

 - Added DESCRIPTION and removed DESCRIPTION.in

 - Updated CrossTable.R

 - Updated NAMESPACE file