/usr/lib/R/site-library/reshape2/NAMESPACE is in r-cran-reshape2 1.2.2-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 | 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)
|