-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.06 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(run_app)
import(AquaBEHER)
import(doParallel)
import(foreach)
import(leaflet)
import(mapboxapi)
import(ncdf4)
import(openxlsx)
import(plotly)
import(shiny)
import(shinyFiles)
import(shinyWidgets)
import(sp)
importFrom(foreach,"%dopar%")
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(leaflet.extras2,addEasyprint)
importFrom(leaflet.extras2,easyprintMap)
importFrom(leaflet.extras2,easyprintOptions)
importFrom(lubridate,as_date)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(raster,brick)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,resample)
importFrom(raster,values)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(stats,median)
importFrom(terra,rast)
importFrom(terra,time)
importFrom(terra,writeCDF)