-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
120 lines (119 loc) · 2.58 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Generated by roxygen2 (4.1.0): do not edit by hand
S3method("$","...")
S3method("$<-","...")
S3method("%()%","...")
S3method("%()%",default)
S3method("%<<%","...")
S3method("%<<%",default)
S3method("%<<<%","...")
S3method("%<<<%",default)
S3method("%__%","...")
S3method("%__%",default)
S3method("%__%....","...")
S3method("%__%....",default)
S3method("%__%.default","...")
S3method("%__%.default",default)
S3method("[","...")
S3method("[",bind)
S3method("[",chain)
S3method("[",mkchain)
S3method("[<-","...")
S3method("[<-",bind)
S3method("[<-....","...")
S3method("[<-....","default")
S3method("[[","...")
S3method("[[<-","...")
S3method("environments<-",...)
S3method("expressions<-",...)
S3method("index<-",data.frame)
S3method("names","...")
S3method("names<-","...")
S3method("print","...")
S3method(as.dots,"...")
S3method(as.dots,default)
S3method(as.list,"...")
S3method(environments,...)
S3method(expressions,...)
S3method(format,...)
S3method(format,deparse)
S3method(index,data.frame)
S3method(is.missing,"...")
S3method(is.missing,default)
S3method(print,bind)
S3method(unpack,...)
export("%#%")
export("%'%")
export("%()%")
export("%<<%")
export("%<<<%")
export("%<~%")
export("%__%")
export("%__%....")
export("%|>%")
export("%||%")
export("environments<-")
export("expressions<-")
export("index<-")
export(alter)
export(ammoc)
export(arg_dots)
export(arg_env)
export(arg_expr)
export(as.dots)
export(as.dots.literal)
export(bind)
export(chain)
export(curl)
export(curr)
export(dots)
export(dots2env)
export(dots_environments)
export(dots_expressions)
export(dots_missing)
export(dots_names)
export(dots_unpack)
export(env2dots)
export(environments)
export(expand_macros)
export(expand_macros_q)
export(expressions)
export(find_macros)
export(fun)
export(index)
export(inject)
export(interply)
export(interpolate)
export(is.missing)
export(list_missing)
export(list_quote)
export(macro)
export(missing_value)
export(mkchain)
export(mply)
export(put)
export(qe)
export(qeply)
export(qq)
export(qqply)
export(quote_args)
export(quoting.env)
export(run_as_command)
export(template)
export(unpack)
export(with_arg)
import(compiler)
import(memo)
useDynLib(vadr,"_arg_env")
useDynLib(vadr,"_arg_expr")
useDynLib(vadr,"_as_dots_literal")
useDynLib(vadr,"_dots_expressions")
useDynLib(vadr,"_dots_names")
useDynLib(vadr,"_dots_to_env")
useDynLib(vadr,"_dots_unpack")
useDynLib(vadr,"_dotslist_to_list")
useDynLib(vadr,"_env_to_dots")
useDynLib(vadr,"_find_subst_expressions_list")
useDynLib(vadr,"_getpromise_in")
useDynLib(vadr,"_list_to_dotslist")
useDynLib(vadr,"_mutate_environments")
useDynLib(vadr,"_mutate_expressions")