File: NAMESPACE

package info (click to toggle)
r-cran-reshape 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 428 kB
  • sloc: makefile: 5
file content (27 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (3)
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
exportPattern("^[^\\.]")
import(plyr)

importFrom("stats", "complete.cases", "mad", "median", "sd")
importFrom("utils", "str", "type.convert")

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)