-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(calculate_loads)
export(computeABIMOclimate)
export(fix_abimo_shares)
export(get_abimo_stats)
export(get_scenario_results)
export(makeFLGES)
export(makeOverlay)
export(makePROBAU)
export(makeSTR_FLGES)
export(makeVG)
export(padCODE)
export(postProcessABIMO)
export(read_concentrations)
importFrom(dplyr,across)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,c_across)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,rowwise)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(foreign,read.dbf)
importFrom(kwb.utils,multiSubstitute)
importFrom(kwb.utils,substSpecialChars)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(raster,extract)
importFrom(raster,mask)
importFrom(raster,raster)
importFrom(raster,res)
importFrom(raster,shapefile)
importFrom(rlang,.data)
importFrom(stats,setNames)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tidyselect,all_of)
importFrom(tidyselect,ends_with)
importFrom(utils,read.table)
importFrom(utils,write.table)