/usr/lib/R/site-library/reshape/NAMESPACE is in r-cran-reshape 0.8.7-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 | exportPattern("^[^\\.]")
import(plyr)
importFrom("stats", "complete.cases", "mad", "median", "sd")
importFrom("utils", "str", "type.convert")
S3method(all.vars,character)
S3method(as.data.frame,cast_df)
S3method(as.data.frame,cast_matrix)
S3method(as.matrix,cast_df)
S3method(as.matrix,cast_matrix)
S3method(colsplit,character)
S3method(colsplit,factor)
S3method(melt,array)
S3method(melt,cast_df)
S3method(melt,cast_matrix)
S3method(melt,data.frame)
S3method(melt,default)
S3method(melt,list)
S3method(melt,matrix)
S3method(melt,table)
S3method(print,cast_df)
S3method(print,cast_matrix)
S3method(rescaler,data.frame)
S3method(rescaler,default)
S3method(rescaler,matrix)
S3method(str,cast_df)
S3method(str,cast_matrix)
|