-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathNAMESPACE
More file actions
28 lines (27 loc) · 596 Bytes
/
NAMESPACE
File metadata and controls
28 lines (27 loc) · 596 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method("$",qenv.error)
S3method("[",qenv)
S3method("[[",qenv.error)
S3method(as.list,qenv.error)
S3method(c,qenv)
S3method(c,qenv.error)
S3method(length,qenv)
S3method(length,qenv.error)
S3method(names,qenv.error)
S3method(within,qenv)
S3method(within,qenv.error)
export(concat)
export(dev_suppress)
export(eval_code)
export(get_code)
export(get_env)
export(get_messages)
export(get_outputs)
export(get_var)
export(get_warnings)
export(join)
export(qenv)
exportClasses(qenv)
exportMethods(show)
importFrom(lifecycle,badge)
importFrom(methods,show)