-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
49 lines (48 loc) · 1.2 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
44
45
46
47
48
49
# Generated by roxygen2: do not edit by hand
export(c2p_nest)
export(convert_nest)
export(export_list)
export(export_nest)
export(fires)
export(format_digits)
export(get_filename)
export(get_path_segment)
export(import_csv)
export(import_xlsx)
export(mintyr_example)
export(mintyr_examples)
export(nedaps)
export(nest_cv)
export(r2p_nest)
export(split_cv)
export(top_perc)
export(w2l_nest)
export(w2l_split)
import(arrow)
import(data.table)
importFrom(data.table,":=")
importFrom(data.table,IDateTime)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,fwrite)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,top_frac)
importFrom(parallel,detectCores)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,set_names)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rlang,sym)
importFrom(rsample,testing)
importFrom(rsample,training)
importFrom(rsample,vfold_cv)
importFrom(rstatix,get_summary_stats)
importFrom(stats,as.formula)
importFrom(tibble,as_tibble)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,tail)