-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 755 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 755 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
# Generated by roxygen2: do not edit by hand
export(download)
export(import_coh)
export(import_gamet)
export(import_merge_gamet_rb)
export(import_rb)
export(keep_stem_before_txt)
export(model_deps)
export(predict_quality)
export(preprocess)
export(wa_cache_clear)
export(wa_cache_dir)
export(wa_download)
export(wa_seed_example_models)
import(cli)
importFrom(caret,preProcess)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(glue,glue_collapse)
importFrom(magrittr,"%>%")
importFrom(rlang,abort)
importFrom(stats,predict)
importFrom(tidyselect,all_of)
importFrom(tidyselect,where)
importFrom(tools,file_path_sans_ext)
importFrom(utils,packageDescription)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)