-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
export(classify_soil)
export(get_metno_reanalysis3)
export(reanalysis3_daily)
export(reanalysis3_swatinput)
export(swat_weather_input_chain)
importFrom(RColorBrewer,brewer.pal)
importFrom(abind,abind)
importFrom(crayon,blue)
importFrom(crayon,green)
importFrom(crayon,italic)
importFrom(crayon,underline)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,group_by)
importFrom(dplyr,last)
importFrom(dplyr,mutate)
importFrom(dplyr,nth)
importFrom(dplyr,rename)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggtern,ggtern)
importFrom(grDevices,colorRampPalette)
importFrom(lubridate,date)
importFrom(lubridate,day)
importFrom(lubridate,hour)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(mapview,mapview)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncvar_get)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(purrr,map)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(readxl,read_excel)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_intersects)
importFrom(sf,st_transform)
importFrom(sf,st_zm)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(writexl,write_xlsx)