-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.78 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("%>%")
export(check_hydrus_exe)
export(defaults_atmosphere)
export(extend_soil_profile)
export(get_atmosphere_headers)
export(get_output_meta)
export(get_units_list)
export(prepare_atmosphere_input)
export(read_alevel)
export(read_atmosph)
export(read_balance)
export(read_hydrus1d)
export(read_meta_general)
export(read_obsnode)
export(read_profile)
export(read_runinf)
export(read_selector)
export(read_solute)
export(read_tlevel)
export(run_model)
export(write_atmosphere)
export(write_hydrus1d)
export(write_profile)
export(write_selector)
importFrom(archive,archive_extract)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,select)
importFrom(fs,dir_create)
importFrom(fs,file_copy)
importFrom(fs,path_abs)
importFrom(janitor,make_clean_names)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,collapsed)
importFrom(kwb.utils,multiSubstitute)
importFrom(kwb.utils,resolve)
importFrom(kwb.utils,safePath)
importFrom(kwb.utils,stringList)
importFrom(magrittr,"%>%")
importFrom(readr,fwf_widths)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,read_fwf)
importFrom(readr,read_table)
importFrom(rlang,.data)
importFrom(stats,median)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,all_of)
importFrom(tidyselect,starts_with)
importFrom(utils,read.fwf)