This file is indexed.

/usr/lib/R/site-library/foreach/NEWS is in r-cran-foreach 1.4.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
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
NEWS/ChangeLog for foreach
--------------------------

1.4.0   2012-04-11
    o   Removed spurious warning from getDoSEQ. Bug report from Ben
	    Barnes.
    o   Moved welcome message from .onLoad to .onAttach. Bug report 
        from Benilton Carvalho.
    o   Modified setDoPar and setDoSeq to undo changes to .foreachGlobals
        on error. Bug report from Benilton Carvalho.
    o   Moved vignettes from inst/doc to vignettes. 
    o   Modified DESCRIPTION file by moving codetools, iterators, and utils
        from Depends to Imports. Bug report from Suraj Gupta.

1.3.5   2012-03-14
    o   Cleanup from previous patch. Bug report from Brian Ripley.

1.3.4   2012-03-12
    o   Added support for multiple sequential backends. (Idea and patch
        from Tyler Pirtle, Matt Furia, and Joseph Hellerstein.)
    o   Modified doRUnit.R to use no more than two cores during R CMD check.

1.3.2   2011-05-08
    o   Regularized unit tests so they can run through R CMD check
    o   Added support for compiler package of 2.13.0 and later.

1.3.1   2010-11-22
    o   First R-forge release.