-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(check_hydrus_exe)
export(defaults_atmosphere)
export(get_atmosphere_headers)
export(get_output_meta)
export(get_units_list)
export(prepare_atmosphere_input)
export(read_alevel)
export(read_meta_general)
export(read_runinf)
export(read_solute)
export(read_tlevel)
export(run_model)
export(write_atmosphere)
importFrom(archive,archive_extract)
importFrom(dplyr,bind_cols)
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_delim)
importFrom(readr,read_fwf)
importFrom(rlang,.data)
importFrom(stringr,str_detect)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyselect,all_of)
importFrom(tidyselect,starts_with)
importFrom(utils,read.fwf)