-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
84 lines (83 loc) · 2.01 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
export(ET)
export(ET_PenmanMonteith)
export(WB)
export(buildMap)
export(forecast)
export(getClosestStations)
export(get_BR_data)
export(get_provBz_data)
export(get_provBz_sensors)
export(mergeData)
export(mergeEtAndForecast)
export(mergeOldAndForecast)
export(plotIrrigAdvice)
export(plotIrrigAdvice2)
export(plotSBRdata)
export(run_app)
export(templateImg)
export(templatePastWtr)
import(Evapotranspiration)
import(data.table)
import(dplyr)
import(ggplot2)
import(htmltools)
import(leaflet)
import(leaflet.extras)
import(plotly)
import(readr)
import(shiny)
import(shinycssloaders)
import(zoo)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbGetQuery)
importFrom(Evapotranspiration,ReadInputs)
importFrom(MonalisR,downloadMeteo)
importFrom(MonalisR,getMeteoInfo)
importFrom(RMariaDB,MariaDB)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_rows)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(glue,glue_collapse)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,day)
importFrom(lubridate,floor_date)
importFrom(lubridate,month)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(pbapply,pblapply)
importFrom(sf,st_as_sf)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_point)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sp,"%over%")
importFrom(sp,CRS)
importFrom(sp,SpatialPoints)
importFrom(sp,spTransform)
importFrom(tibble,as.tibble)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(timevis,timevis)
useDynLib(SBR)