-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.6 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Generated by roxygen2: do not edit by hand
export(calc_discharge)
export(check_col_names)
export(check_na)
export(compare_files)
export(compare_folders)
export(fix_fish_cover)
export(get_file_nms)
export(get_otg_col_specs)
export(impute_missing_values)
export(otg_to_cu)
export(qc_centerline)
export(qc_cu)
export(qc_cu_points)
export(qc_discharge)
export(qc_jam)
export(qc_rollup)
export(qc_survey)
export(qc_tbl)
export(qc_undercut)
export(qc_wood)
export(qc_wrapper)
export(read_centerlines)
export(read_otg_csv)
export(read_otg_csv_wrapper)
export(rescale_values)
export(rollup_cu)
export(rollup_cu_discharge)
export(rollup_cu_jam)
export(rollup_cu_undercut)
export(rollup_cu_wood)
import(dplyr)
import(purrr)
import(readr)
import(stringr)
importFrom(Hmisc,aregImpute)
importFrom(compare,compare)
importFrom(diffr,diffr)
importFrom(forcats,fct_drop)
importFrom(janitor,clean_names)
importFrom(lubridate,mdy)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(missForest,missForest)
importFrom(randomForestSRC,impute)
importFrom(readr,read_csv)
importFrom(readr,type_convert)
importFrom(readr,write_csv)
importFrom(readxl,read_excel)
importFrom(rlang,set_names)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_read)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_split)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,unite)
importFrom(tools,md5sum)
importFrom(utils,stack)