-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
42 lines (41 loc) · 975 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method("$",CaliperClass)
S3method("$",CaliperMatrix)
S3method("$",GisdkClass)
S3method("$<-",CaliperClass)
S3method("$<-",CaliperMatrix)
S3method(as.data.frame,CaliperMatrix)
S3method(as.matrix,CaliperMatrix)
S3method(as.matrix,MatrixCurrency)
S3method(summary,CaliperMatrix)
export(CaliperClass)
export(CaliperMatrix)
export(CreateObject)
export(GetInterface)
export(GisdkClass)
export(RunFunction)
export(RunMacro)
export(SetAlternateInterface)
export(compile_gisdk)
export(connect)
export(connected)
export(df_from_view)
export(df_to_view)
export(disconnect)
export(read_bin)
export(read_log)
export(write_bin)
import(Hmisc)
import(R6)
import(RDCOMClient)
import(data.table)
import(methods)
import(stringr)
importFrom(dplyr,mutate)
importFrom(stats,setNames)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unite)
importFrom(utils,dump.frames)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,unzip)