-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 783 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 783 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
# Generated by roxygen2: do not edit by hand
S3method(catto_aggregate,data.frame)
S3method(catto_dummy,data.frame)
S3method(catto_freq,data.frame)
S3method(catto_label,data.frame)
S3method(catto_loo,data.frame)
S3method(catto_mean,data.frame)
S3method(catto_median,data.frame)
S3method(catto_onehot,data.frame)
S3method(print,cattonum_df)
S3method(print,cattonum_df2)
S3method(summary,cattonum_df)
S3method(summary,cattonum_df2)
export(catto_aggregate)
export(catto_dummy)
export(catto_freq)
export(catto_label)
export(catto_loo)
export(catto_mean)
export(catto_median)
export(catto_onehot)
export(cattonum_df)
export(cattonum_df2)
importFrom(Rcpp,sourceCpp)
importFrom(purrr,partial)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
useDynLib(cattonum, .registration = TRUE)