This file is indexed.

/usr/lib/R/site-library/reshape2/NAMESPACE is in r-cran-reshape2 1.4.2-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
# Generated by roxygen2: do not edit by hand

S3method(melt,array)
S3method(melt,data.frame)
S3method(melt,default)
S3method(melt,list)
S3method(melt,matrix)
S3method(melt,table)
export(acast)
export(add_margins)
export(colsplit)
export(dcast)
export(melt)
export(recast)
import(plyr)
import(stringr)
importFrom(Rcpp,evalCpp)
importFrom(stats,setNames)
importFrom(utils,type.convert)
useDynLib(reshape2)