-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
50 lines (38 loc) · 1.42 KB
/
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
43
44
45
46
47
48
49
50
importFrom(jsonlite, fromJSON, toJSON)
## exports to ensure that the methods for class "Interface" use no non-exported object
export(asRObject, asServerObject) # these would be exported anyway
export(rmInterface, evaluatorNumber) # these might not.
export(ProxyClassObject, vector_R)
export(objectAsJSON)
export(valueFromServer)
export(nameQuote, fillNames)
export(objectDictionary)
export(getInterface)
export(serverAddToPath, serverImport, serverTask)
export(evaluatorAction) # called from the startupActions() evaluator method
export(evaluatorActions)
export(dumpProxyFunction) # called from $SaveProxyFunction
export(ProxyClass) # called from initialize methods
export(proxyEvaluator)
export(setProxyClass)
export(Interface, ServerClassDef)
exportClass(Interface, ServerClassDef)
exportClass(ProxyClassObject, vector_R, ProxyFunction)
export(ProxyClass)
exportClass(ProxyClass)
export(typeToJSON)
export(noScalar)
export(packageSetup)
export(proxyName)
export(isProxy)
export(fixHelpTopic)
export(from_Server)
exportClass(from_Server, serverFields, ProxyObject)
exportClass(Unconvertible)
## niceties for CHECK
## importFrom("methods", "allNames", "as", "callGeneric",
## "callNextMethod", "evalOnLoad", "extends", "getClass", "getClassDef",
## "is", "isVirtualClass", "new", "packageSlot",
## "packageSlot<-", "setRefClass", "slot", "slot<-")
import(methods)
importFrom("utils", "packageName")