-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
48 lines (47 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_geom)
export(geocode_ide_uy)
export(is.uy32721)
export(is.uy4326)
export(is.uy5381)
export(is.uy5382)
export(load_geouy)
export(plot_geouy)
export(reverse_ide_uy)
export(tiles_geouy)
export(where_uy)
export(which_uy)
import(ggplot2)
import(ggthemes)
importFrom(assertthat,noNA)
importFrom(curl,has_internet)
importFrom(dplyr,"%>%")
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(fs,dir_ls)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(raster,brick)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,mosaic)
importFrom(rjson,fromJSON)
importFrom(rlang,.data)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_join)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sp,SpatialPolygons)
importFrom(stringr,str_pad)
importFrom(stringr,str_sub)
importFrom(utils,download.file)
importFrom(utils,unzip)