This file is indexed.

/usr/lib/R/site-library/pbapply/ChangeLog is in r-cran-pbapply 1.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
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
# pbapply package version history

## Version 1.1-3, Nov 24, 2015

* R (>= 3.2.0) dependency added because check
  failed on R-oldrelease (R-3.1.3) with error
  'could not find function "forceAndCall"'
  that is part of the apply() source code.
  Reported by Uwe Ligges.

## Version 1.1-2, Nov 21, 2015

* Using on.exit and invisible(NULL) in examples.
* pblapply did not return NULL values, reported by
  J. Barrett. Now fixed.
* pblapply did not return list names. Now fixed.
* pbapply, pbsapply, pbreplicate: code follows base original.
* Examples updated to follow base R examples.
* Rd file to match code changes.

## Version 1.1-1, Feb 3, 2014

* pblapply did not pass ... when not in interactive mode.
  Bug reported by R. D. Morey (U Groningen).

## Version 1.1-0, Sept 25, 2013

* Removed ::: to satisfy R 3.0.2 check.

## Version 1.0-5, July 6, 2012

* inst/COPYING removed
* .Internal call removed from pblapply

## Version 1.0-4, September 8, 2011

* .onLoad added to zzz.R
* Help files a bit reworked

## Version 1.0-3, September 9, 2010

* pboptions.Rd modified: pb type values added

## Version 1.0-2, September 4, 2010

* pboptions reworked
* functions simplified

## Version 1.0-1, September 3, 2010

* pbreplicate added
* tests directory created
* check failed on unix systems:
  man an R directory reworked

## Version 1.0-0, September 2, 2010

* first release