-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 922 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 922 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
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
S3method(Complex,"vecvec::vecvec")
S3method(Math,"vecvec::vecvec")
S3method(Ops,"vecvec::vecvec")
S3method(Summary,"vecvec::vecvec")
S3method(`[<-`,"vecvec::vecvec")
S3method(`[[<-`,"vecvec::vecvec")
S3method(`dim<-`,"vecvec::vecvec")
S3method(`dimnames<-`,"vecvec::vecvec")
S3method(`is.na<-`,"vecvec::vecvec")
S3method(`length<-`,"vecvec::vecvec")
S3method(as.double,"vecvec::vecvec")
S3method(as.vector,"vecvec::vecvec")
S3method(vec_cast,"vecvec::vecvec")
S3method(vec_ptype2,"vecvec::vecvec.vecvec::vecvec")
export(class_vecvec)
export(cor)
export(cov)
export(is_vecvec)
export(unvecvec)
export(var)
export(vecvec)
export(vecvec_apply)
export(vecvec_apply_fn)
export(vecvec_register)
import(S7)
import(vctrs)
importFrom(rlang,expr)
importFrom(rlang,exprs)
importFrom(rlang,quo)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,median)