-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
41 lines (41 loc) · 899 Bytes
/
Copy pathNAMESPACE
File metadata and controls
41 lines (41 loc) · 899 Bytes
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
importFrom("methods", "show", "callGeneric", "callNextMethod", "getDataPart",
"new", "slot")
importFrom(utils, head, head.matrix, tail, tail.matrix)
exportPattern("^[[:alpha:]]+")
exportMethods(
"[",
"array",
"as.numeric",
"c",
cutmondate,
"day",
displayFormat,
"matrix",
"mondate",
"month",
seqmondate,
"show",
timeunits,
"year"
)
exportClasses(
mondate
)
S3method(as.data.frame, mondate)
S3method(as.list, mondate)
S3method(`names<-`, mondate)
S3method(format, mondate)
S3method(seq, mondate)
S3method(head, mondate)
S3method(tail, mondate)
S3method(diff, mondate)
S3method(as.character, mondate)
S3method(as.Date, mondate)
S3method(as.POSIXct, mondate)
S3method(as.POSIXlt, mondate)
S3method(mean, mondate)
S3method(print, mondate)
S3method(quarters, mondate)
S3method(rep, mondate)
S3method(unique, mondate)
S3method(cut, mondate)