This file is indexed.

/usr/lib/R/site-library/plyr/INDEX is in r-cran-plyr 1.8.4-1build1.

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
.                       Quote variables to create a list of unevaluated
                        expressions for later evaluation.
a_ply                   Split array, apply function, and discard
                        results.
aaply                   Split array, apply function, and return results
                        in an array.
adply                   Split array, apply function, and return results
                        in a data frame.
alply                   Split array, apply function, and return results
                        in a list.
arrange                 Order a data frame by its colums.
as.data.frame.function
                        Make a function return a data frame.
as.quoted               Convert input to quoted variables.
baseball                Yearly batting records for all major league
                        baseball players
colwise                 Column-wise function.
count                   Count the number of occurences.
create_progress_bar     Create progress bar.
d_ply                   Split data frame, apply function, and discard
                        results.
daply                   Split data frame, apply function, and return
                        results in an array.
ddply                   Split data frame, apply function, and return
                        results in a data frame.
defaults                Set defaults.
desc                    Descending order.
dlply                   Split data frame, apply function, and return
                        results in a list.
each                    Aggregate multiple functions into a single
                        function.
failwith                Fail with specified value.
here                    Capture current evaluation context.
idata.frame             Construct an immutable data frame.
join                    Join two data frames together.
join_all                Recursively join a list of data frames.
l_ply                   Split list, apply function, and discard
                        results.
laply                   Split list, apply function, and return results
                        in an array.
ldply                   Split list, apply function, and return results
                        in a data frame.
liply                   Experimental iterator based version of llply.
llply                   Split list, apply function, and return results
                        in a list.
m_ply                   Call function with arguments in array or data
                        frame, discarding results.
maply                   Call function with arguments in array or data
                        frame, returning an array.
mapvalues               Replace specified values with new values, in a
                        vector or factor.
match_df                Extract matching rows of a data frame.
mdply                   Call function with arguments in array or data
                        frame, returning a data frame.
mlply                   Call function with arguments in array or data
                        frame, returning a list.
mutate                  Mutate a data frame by adding new or replacing
                        existing columns.
name_rows               Toggle row names between explicit and implicit.
ozone                   Monthly ozone measurements over Central
                        America.
plyr                    plyr: the split-apply-combine paradigm for R.
plyr-deprecated         Deprecated Functions in Package plyr
progress_text           Text progress bar.
progress_time           Text progress bar with time.
progress_tk             Graphical progress bar, powered by Tk.
progress_win            Graphical progress bar, powered by Windows.
r_ply                   Replicate expression and discard results.
raply                   Replicate expression and return results in a
                        array.
rbind.fill              Combine data.frames by row, filling in missing
                        columns.
rbind.fill.matrix       Bind matrices by row, and fill missing columns
                        with NA.
rdply                   Replicate expression and return results in a
                        data frame.
rename                  Modify names by name, not position.
revalue                 Replace specified values with new values, in a
                        factor or character vector.
rlply                   Replicate expression and return results in a
                        list.
round_any               Round to multiple of any number.
splat                   'Splat' arguments to a function.
strip_splits            Remove splitting variables from a data frame.
summarise               Summarise a data frame.
take                    Take a subset along an arbitrary dimension
vaggregate              Vector aggregate.