-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
47 lines (46 loc) · 1.19 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
# Generated by roxygen2 (4.0.2): do not edit by hand
export(ReactiveObject.S3)
export(ReactiveShinyObject)
export(ReactrObservable)
export(computeObjectUid)
export(copyReactive)
export(getReactive)
export(isReactive)
export(reactiveExpression)
export(reactiveSource)
export(rmReactive)
export(rmReactiveByUid)
export(setReactive)
export(setShinyReactive)
export(showPullRefs)
export(showPushRefs)
export(unsetReactive)
export(unsetReactiveByUid)
exportMethods(checkReactivityPrerequisites)
exportMethods(copyReactive)
exportMethods(getBinding)
exportMethods(getChecksum)
exportMethods(getFromRegistry)
exportMethods(getFromRegistryByUid)
exportMethods(getReactive)
exportMethods(getRegistry)
exportMethods(initializeOptionContainer)
exportMethods(initializePackageOptions)
exportMethods(initializeRegistry)
exportMethods(isReactive)
exportMethods(resetRegistry)
exportMethods(rmFromRegistry)
exportMethods(rmFromRegistryByUid)
exportMethods(rmReactive)
exportMethods(rmReactiveByUid)
exportMethods(showPullRefs)
exportMethods(showPushRefs)
exportMethods(showRegistry)
exportMethods(unsetReactive)
exportMethods(unsetReactiveByUid)
import(R6)
import(conditionr)
import(digest)
import(shiny)
import(typr)
import(yamlr)