-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
S3method(row_arith,data.frame)
S3method(row_arith,matrix)
S3method(row_compare,data.frame)
S3method(row_compare,matrix)
S3method(row_duplicated,data.frame)
S3method(row_duplicated,matrix)
S3method(row_finites,data.frame)
S3method(row_finites,matrix)
S3method(row_in,data.frame)
S3method(row_in,matrix)
S3method(row_infs,data.frame)
S3method(row_infs,matrix)
S3method(row_max,data.frame)
S3method(row_max,matrix)
S3method(row_means,data.frame)
S3method(row_means,matrix)
S3method(row_min,data.frame)
S3method(row_min,matrix)
S3method(row_nas,data.frame)
S3method(row_nas,matrix)
S3method(row_sums,data.frame)
S3method(row_sums,matrix)
export(op_ctrl)
export(row_arith)
export(row_compare)
export(row_duplicated)
export(row_finites)
export(row_in)
export(row_infs)
export(row_max)
export(row_means)
export(row_min)
export(row_nas)
export(row_sums)
importFrom(Rcpp,LdFlags)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(RcppParallel,defaultNumThreads)
importFrom(glue,glue)
importFrom(methods,as)
importFrom(tidyselect,scoped_vars)
useDynLib(wiserow, .registration = TRUE)