-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
99 lines (93 loc) · 2.41 KB
/
NAMESPACE
File metadata and controls
99 lines (93 loc) · 2.41 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
useDynLib(ibts, .registration=TRUE)
exportPattern("^[[:alpha:]]+")
export("$<-.ibts")
export("%<=c%")
export("%<=cNA%")
export("%<c%")
export("%<cNA%")
export("%>=c%")
export("%>=cNA%")
export("%>c%")
export("%>cNA%")
export("%+%")
export("%-%")
export("[.ibts")
export("[<-.ibts")
importFrom(Rcpp, evalCpp)
importFrom(xts, as.xts)
importFrom(stats, end)
importFrom(stats, start)
importFrom(xts, tzone)
importFrom(xts, "tzone<-")
importFrom(graphics, barplot)
importFrom("data.table", "as.data.table")
import(lubridate)
export(as.xts)
export(tzone)
export("tzone<-")
S3method("$<-",ibts)
S3method("[",ibts)
S3method("[<-",ibts)
S3method(apply,default)
S3method(apply,ibts)
S3method(as.character,ibts)
S3method(as.data.frame,ibts)
S3method(as.data.table,ibts)
S3method(as.double,ibts)
S3method(as.logical,ibts)
S3method(as.xts,ibts)
S3method(barplot,ibts)
S3method(c,POSIXct)
S3method(c,POSIXlt)
S3method(cbind,ibts)
S3method(colClasses,ibts)
S3method(colClasses,default)
S3method(coverage,ibts)
S3method(coverage,default)
S3method(end,ibts)
S3method(lines,ibts)
S3method(Math,ibts)
S3method(merge,ibts)
S3method("names<-",ibts)
S3method(Ops,ibts)
S3method(pairs,ibts)
S3method(plot,formula)
S3method(plot,ibts)
S3method(print,ibts)
S3method(rbind,ibts)
S3method(row.names,ibts)
S3method(start,ibts)
S3method(tzone,default)
S3method(tzone,ibts)
S3method("tzone<-",ibts)
S3method(unique,POSIXct)
S3method(which,ibts)
S3method(which,default)
S3method(which.max,ibts)
S3method(which.max,default)
S3method(which.min,ibts)
S3method(which.min,default)
S3method(as.ibts,data.frame)
S3method(as.ibts,data.table)
S3method(as.ibts,default)
S3method(as.ibts,list)
S3method(as.ibts,matrix)
S3method(as.ibts,NULL)
S3method(as.ibts,xts)
S3method(pool, ibts)
S3method(pool, data.table)
importFrom("graphics", "abline", "axis", "Axis", "box", "grid",
"legend", "lines", "mtext", "par", "plot", "points",
"polygon", "rect", "rug", "strwidth", "text", "xinch",
"yinch")
importFrom("grDevices", "col2rgb", "dev.flush", "dev.hold",
"gray.colors", "rgb")
importFrom("stats", "as.formula", "coef", "cor", "loess", "median",
"model.frame", "model.matrix", "na.action", "na.exclude",
"na.omit", "na.pass", "predict", "qnorm", "qt", "sd")
importFrom("utils", "write.table")
# following packages are now optional
#import("deming","shiny")
#importFrom("MASS","rlm")
#importFrom("robustbase","lmrob")
#importFrom("plotrix", "axis.break")