-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
57 lines (56 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method(as.character,ral_map)
S3method(format,keyword_node)
S3method(format,llr_boolean)
S3method(format,ral_double)
S3method(format,ral_integer)
S3method(format,ral_list)
S3method(format,ral_map)
S3method(format,ral_string)
S3method(format,ral_vector)
S3method(hasheq,default)
S3method(meta_data,ral_list)
S3method(meta_data,ral_vector)
S3method(print,keyword_node)
S3method(print,llr_boolean)
S3method(print,ral_double)
S3method(print,ral_integer)
S3method(print,ral_list)
S3method(print,ral_map)
S3method(print,ral_string)
S3method(print,ral_vector)
S3method(set_meta_data,name)
S3method(set_meta_data,ral_list)
S3method(set_meta_data,ral_vector)
S3method(vec_arith,llr_boolean)
S3method(vec_arith.llr_boolean,MISSING)
S3method(vec_arith.llr_boolean,default)
S3method(vec_cast,character.llr_boolean)
S3method(vec_cast,character.ral_list)
S3method(vec_cast,list.ral_list)
S3method(vec_cast,logical.llr_boolean)
S3method(vec_cast,ral_list.list)
S3method(vec_ptype2,list.ral_list)
S3method(vec_ptype2,list.ral_vector)
S3method(vec_ptype2,ral_list.list)
S3method(vec_ptype2,ral_vector.list)
export(hasheq)
export(knitr_language_engine)
export(llr_env)
export(meta_data)
export(new_llr_boolean)
export(ral_double)
export(ral_integer)
export(ral_list)
export(ral_map)
export(ral_map_hash)
export(ral_string)
export(ral_vector)
export(set_meta_data)
export(vec_arith.llr_boolean)
import(coro)
import(digest)
import(rlang)
import(utils)
import(vctrs)
importFrom(stats,setNames)