This file is indexed.

/usr/lib/R/site-library/fail/NEWS is in r-cran-fail 1.3-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
## Version 1.3 (2015-09-30)
* New argument "all.files" to allow working with hidden files
* New closure "$pos" to get the n-th key
* Added argument suppressMessages to sail
* sail now sources files in their respective directory

## Version 1.2 (2013-09-18)
* New argument "simplify" to enforce lists to be returned
* New object "sail" to access R source files
* Closure "$assign" now returns keys of assigned objects
* Closure "$clear" now returns keys of cleared objects


## Version 1.1 (2013-02-05)
* New closure "$assign"
* New closure "$mapply"
* New argument in closure "$put": keys
* Improved error messages
* Relaxed checks for illegal characters in keys


## Version 1.0 (2012-12-04)
* Initial release on CRAN