This file is indexed.

/usr/lib/R/site-library/plyr/NAMESPACE is in r-cran-plyr 1.8.4-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
 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
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Generated by roxygen2: do not edit by hand

S3method("[",idf)
S3method("[",indexed)
S3method("[",quoted)
S3method("[",split)
S3method("[[",idf)
S3method("[[",indexed_array)
S3method("[[",indexed_df)
S3method(as.data.frame,"function")
S3method(as.data.frame,idf)
S3method(as.list,indexed)
S3method(as.list,split)
S3method(as.quoted,"NULL")
S3method(as.quoted,call)
S3method(as.quoted,character)
S3method(as.quoted,factor)
S3method(as.quoted,formula)
S3method(as.quoted,name)
S3method(as.quoted,numeric)
S3method(as.quoted,quoted)
S3method(c,quoted)
S3method(dim,idf)
S3method(length,indexed)
S3method(length,indexed_array)
S3method(names,idf)
S3method(names,indexed)
S3method(names,indexed_array)
S3method(names,quoted)
S3method(print,indexed)
S3method(print,quoted)
S3method(print,split)
S3method(round_any,POSIXct)
S3method(round_any,numeric)
export(.)
export(a_ply)
export(aaply)
export(adply)
export(alply)
export(amv_dimnames)
export(arrange)
export(as.quoted)
export(catcolwise)
export(colwise)
export(compact)
export(count)
export(create_progress_bar)
export(d_ply)
export(daply)
export(ddply)
export(defaults)
export(desc)
export(dlply)
export(each)
export(empty)
export(eval.quoted)
export(failwith)
export(here)
export(id)
export(idata.frame)
export(is.discrete)
export(is.formula)
export(is.quoted)
export(isplit2)
export(join)
export(join.keys)
export(join_all)
export(l_ply)
export(laply)
export(ldply)
export(liply)
export(llply)
export(m_ply)
export(maply)
export(mapvalues)
export(match_df)
export(mdply)
export(mlply)
export(mutate)
export(name_rows)
export(numcolwise)
export(progress_none)
export(progress_text)
export(progress_time)
export(progress_tk)
export(progress_win)
export(quickdf)
export(r_ply)
export(raply)
export(rbind.fill)
export(rbind.fill.matrix)
export(rdply)
export(rename)
export(revalue)
export(rlply)
export(round_any)
export(splat)
export(split_indices)
export(split_labels)
export(strip_splits)
export(summarise)
export(summarize)
export(take)
export(true)
export(tryNULL)
export(try_default)
export(tryapply)
export(unrowname)
export(vaggregate)
importFrom(Rcpp,sourceCpp)
importFrom(stats,setNames)
useDynLib(plyr)
useDynLib(plyr,loop_apply_)