-
Notifications
You must be signed in to change notification settings - Fork 43
/
NAMESPACE
75 lines (74 loc) · 1.41 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
# Generated by roxygen2: do not edit by hand
S3method("[",envlist)
S3method(print,envlist)
S3method(print,inspect)
S3method(print,inspect_NILSXP)
S3method(print,pryr_bytes)
export("%.%")
export("%<a-%")
export("%<c-%")
export("%<d-%")
export(address)
export(as.envlist)
export(ast)
export(bits)
export(bytes)
export(call_tree)
export(compare_size)
export(compose)
export(do_call)
export(dots)
export(enclosing_env)
export(eval2)
export(explicit)
export(f)
export(fget)
export(find_funs)
export(find_uses)
export(ftype)
export(fun_args)
export(fun_body)
export(fun_calls)
export(inspect)
export(is_active_binding)
export(is_promise)
export(is_s3_generic)
export(is_s3_method)
export(make_call)
export(make_function)
export(mem_change)
export(mem_used)
export(method_from_call)
export(modify_call)
export(modify_lang)
export(named_dots)
export(names_c)
export(object_size)
export(otype)
export(parent_promise)
export(parenv)
export(parenvs)
export(partial)
export(promise_info)
export(rebind)
export(refs)
export(rls)
export(sexp_type)
export(show_c_source)
export(standardise_call)
export(subs)
export(substitute_q)
export(track_copy)
export(typename)
export(unenclose)
export(uneval)
export(where)
importFrom(Rcpp,sourceCpp)
importFrom(codetools,findGlobals)
importFrom(methods,getGroupMembers)
importFrom(methods,is)
importFrom(stringr,str_c)
importFrom(stringr,str_dup)
importFrom(stringr,str_length)
importFrom(stringr,str_sub)
useDynLib(pryr)