This file is indexed.

/usr/lib/R/site-library/downloader/NEWS is in r-cran-downloader 0.3-3.

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
Version 0.3
--------------------------------------------------------------------------------

* `source_url()` function now checks the SHA-1 hash the downloaded file.

* Add `sha_url()` function, for finding the SHA-1 hash of a remote file.

Version 0.2.2
--------------------------------------------------------------------------------

* Disable all network tests when running on CRAN, because the connection to the
 remote test website may not be reliable.

Version 0.2.1
--------------------------------------------------------------------------------

* Change https redirection test to not run on CRAN because their Windows build
  machine has more stringent security settings.

Version 0.2
--------------------------------------------------------------------------------

* Switched to using `Sys.which` to find external programs.

* Added tests.

* When using curl, follow redirects with http. (It already worked with https.)

* Add `source_url` function.