-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export(sunicate)
export(unicate)
import(sl3)
importFrom(assertthat,assert_that)
importFrom(dplyr,.data)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,setequal)
importFrom(glmnet,cv.glmnet)
importFrom(magrittr,"%>%")
importFrom(matrixStats,colVars)
importFrom(origami,cross_validate)
importFrom(origami,folds_vfold)
importFrom(origami,make_folds)
importFrom(origami,training)
importFrom(origami,validation)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,enquo)
importFrom(rlang,sym)
importFrom(stats,as.formula)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)