-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
50 lines (49 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
export(ABIMO_adapt_map)
export(ABIMO_read_output)
export(abimo_Berlin_average)
export(abimo_comb_in_out)
export(abimo_compare_output)
export(abimo_grwater_interflow)
export(abimo_xml_BER)
export(abimo_xml_evap)
export(add_ISU5_ID)
export(appendSubToFile)
export(calculate_bagrov_curve)
export(create_configurator)
export(default_config)
export(extdata_file)
export(get_bagrov_curves_from_abimo)
export(get_xpaths)
export(install_abimo)
export(read_config)
export(replace_value)
export(run_abimo)
export(run_abimo_command_line)
export(write.dbf.abimo)
importFrom(archive,archive_extract)
importFrom(foreign,read.dbf)
importFrom(foreign,write.dbf)
importFrom(gh,gh)
importFrom(grDevices,dev.off)
importFrom(graphics,lines)
importFrom(gridExtra,grid.table)
importFrom(kwb.utils,asNoFactorDataFrame)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,createDirectory)
importFrom(kwb.utils,hsShowPdf)
importFrom(kwb.utils,isTryError)
importFrom(kwb.utils,preparePdf)
importFrom(kwb.utils,printIf)
importFrom(kwb.utils,replaceFileExtension)
importFrom(kwb.utils,selectElements)
importFrom(kwb.utils,stringList)
importFrom(remotes,available_packages)
importFrom(utils,download.file)
importFrom(utils,getFromNamespace)
importFrom(utils,read.table)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_replace)