forked from benmarwick/SciDBR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
46 lines (46 loc) · 1.06 KB
/
NAMESPACE
File metadata and controls
46 lines (46 loc) · 1.06 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
S3method("$",scidb)
S3method(dim,scidb)
S3method(dimnames,scidb)
S3method(names,scidb)
S3method(print,afl)
S3method(str,afl)
S3method(str,scidb)
export("%as%")
export(aflhelp)
export(as.R)
export(as.scidb)
export(getpwd)
export(iquery)
export(schema)
export(scidb)
export(scidb_prefix)
export(scidbconnect)
export(store)
exportMethods("%as%")
exportMethods(help)
exportMethods(ls)
exportMethods(print)
exportMethods(show)
import(bit64)
importFrom(curl,curl_fetch_memory)
importFrom(curl,form_file)
importFrom(curl,handle_setform)
importFrom(curl,handle_setheaders)
importFrom(curl,handle_setopt)
importFrom(curl,new_handle)
importFrom(data.table,data.table)
importFrom(digest,digest)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(methods,new)
importFrom(methods,show)
importFrom(openssl,base64_encode)
importFrom(stats,runif)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,write.table)
useDynLib(scidb, .registration = TRUE, .fixes = "C_")