-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
export(add_take_current_trip)
export(plot_box)
export(simulate_trips)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbGetQuery)
importFrom(data.table,"%between%")
importFrom(data.table,"%chin%")
importFrom(data.table,"%like%")
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,fcase)
importFrom(data.table,fifelse)
importFrom(data.table,is.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setattr)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(data.table,uniqueN)
importFrom(duckdb,duckdb)
importFrom(future.apply,future_lapply)
importFrom(glue,glue)
importFrom(glue,glue_safe)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addLegend)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,addTiles)
importFrom(leaflet,colorFactor)
importFrom(leaflet,leaflet)
importFrom(leaflet,markerClusterOptions)
importFrom(lubridate,as_datetime)
importFrom(lubridate,cyclic_encoding)
importFrom(lubridate,hours)
importFrom(lubridate,make_datetime)
importFrom(lubridate,minutes)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(maptiles,get_tiles)
importFrom(sf,st_polygon)
importFrom(sf,st_sfc)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(timeDate,listHolidays)
importFrom(tmap,tm_basemap)
importFrom(tmap,tm_borders)
importFrom(tmap,tm_shape)
importFrom(utils,tail)
importFrom(withr,local_seed)