-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
54 lines (53 loc) · 1.34 KB
/
NAMESPACE
File metadata and controls
54 lines (53 loc) · 1.34 KB
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
# Generated by roxygen2: do not edit by hand
export(agg_har)
export(calc_beers)
export(har_shape)
export(interpolate_beers)
export(interpolate_spline)
export(plot_bars)
export(plot_dist)
export(plot_map)
export(plot_map_grid)
export(squeeze_sim)
export(summarise_header)
export(templates)
import(data.table)
import(ggplot2)
import(leaflet)
importFrom(HARr,read_har)
importFrom(HARr,write_har)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(grDevices,colorRampPalette)
importFrom(gstat,gstat)
importFrom(leafem,addImageQuery)
importFrom(leafem,addMouseCoordinates)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(raster,extent)
importFrom(raster,interpolate)
importFrom(raster,mask)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,rasterToPoints)
importFrom(raster,rasterize)
importFrom(raster,values)
importFrom(rnaturalearth,ne_countries)
importFrom(scales,number)
importFrom(scales,rescale)
importFrom(sf,st_as_sf)
importFrom(sf,st_distance)
importFrom(sf,st_intersects)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(stats,na.omit)
importFrom(stats,spline)
importFrom(tidyr,complete)
importFrom(tidyr,drop_na)
importFrom(tidyr,full_seq)