-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
121 lines (120 loc) · 2.93 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
121
# Generated by roxygen2: do not edit by hand
S3method(anyDuplicated,term)
S3method(anyDuplicated,term_rcrd)
S3method(anyNA,term_rcrd)
S3method(as.character,term_rcrd)
S3method(as.data.frame,term_rcrd)
S3method(as.term,default)
S3method(as_term,character)
S3method(as_term,default)
S3method(as_term,numeric)
S3method(as_term,term)
S3method(as_term,term_rcrd)
S3method(as_term_rcrd,character)
S3method(as_term_rcrd,default)
S3method(as_term_rcrd,numeric)
S3method(as_term_rcrd,term)
S3method(as_term_rcrd,term_rcrd)
S3method(complete_terms,term)
S3method(complete_terms,term_rcrd)
S3method(dims,term)
S3method(dims,term_rcrd)
S3method(format,term)
S3method(format,term_rcrd)
S3method(is.na,term_rcrd)
S3method(levels,term)
S3method(levels,term_rcrd)
S3method(npars,term)
S3method(npdims,term)
S3method(nterms,default)
S3method(nterms,term)
S3method(nterms,term_rcrd)
S3method(obj_print_data,term_rcrd)
S3method(pars,character)
S3method(pars,default)
S3method(pars,term)
S3method(pars,term_rcrd)
S3method(pdims,term)
S3method(pdims,term_rcrd)
S3method(set_pars,term)
S3method(subset,term)
S3method(subset,term_rcrd)
S3method(summary,term)
S3method(unique,term)
S3method(unique,term_rcrd)
S3method(vec_cast,term.character)
S3method(vec_cast,term.default)
S3method(vec_cast,term.term)
S3method(vec_cast,term.term_rcrd)
S3method(vec_cast,term_rcrd.character)
S3method(vec_cast,term_rcrd.default)
S3method(vec_cast,term_rcrd.term)
S3method(vec_cast,term_rcrd.term_rcrd)
S3method(vec_cast.character,term)
S3method(vec_cast.character,term_rcrd)
S3method(vec_proxy_compare,term)
S3method(vec_ptype2,character.term)
S3method(vec_ptype2,term.character)
S3method(vec_ptype2,term.default)
S3method(vec_ptype2,term_rcrd.term_rcrd)
export("parameters<-")
export(NA_term_)
export(NA_term_rcrd_)
export(as.term)
export(as_term)
export(as_term_rcrd)
export(chk_term)
export(chk_term_rcrd)
export(complete_terms)
export(consistent_term)
export(dims)
export(is.incomplete_terms)
export(is.inconsistent_terms)
export(is.term)
export(is_incomplete_terms)
export(is_inconsistent_terms)
export(is_term)
export(is_term_rcrd)
export(ndims)
export(new_term)
export(new_term_rcrd)
export(normalize_terms)
export(npars)
export(npdims)
export(nterms)
export(parameters)
export(pars)
export(pars_terms)
export(pdims)
export(repair_terms)
export(scalar_term)
export(set_parameters)
export(set_pars)
export(tdims)
export(term)
export(term_rcrd)
export(tindex)
export(valid_term)
export(vec_cast)
export(vld_term)
export(vld_term_rcrd)
import(chk)
import(lifecycle)
import(universals)
import(vctrs)
importFrom(extras,chk_pars)
importFrom(extras,fill_na)
importFrom(rlang,":=")
importFrom(rlang,exec)
importFrom(rlang,is_empty)
importFrom(rlang,list2)
importFrom(rlang,names2)
importFrom(universals,dims)
importFrom(universals,ndims)
importFrom(universals,npars)
importFrom(universals,npdims)
importFrom(universals,nterms)
importFrom(universals,pars)
importFrom(universals,pdims)
importFrom(universals,set_pars)
importFrom(vctrs,vec_cast)