-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
98 lines (97 loc) · 2.38 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Generated by roxygen2: do not edit by hand
export(addMapboxTiles)
export(check_upload_status)
export(feature_options)
export(geocoder_as_sf)
export(geocoder_as_xy)
export(get_mb_access_token)
export(get_static_tiles)
export(get_style)
export(get_vector_tiles)
export(layer_static_mapbox)
export(list_styles)
export(list_tokens)
export(mapboxGeocoderInput)
export(mb_access_token)
export(mb_batch_geocode)
export(mb_directions)
export(mb_geocode)
export(mb_isochrone)
export(mb_matrix)
export(mb_optimized_route)
export(mb_reverse_geocode)
export(mts_create_source)
export(mts_create_tileset)
export(mts_get_recipe)
export(mts_list_sources)
export(mts_list_tilesets)
export(mts_make_recipe)
export(mts_publish_tileset)
export(mts_update_recipe)
export(mts_validate_recipe)
export(prep_overlay_markers)
export(query_tiles)
export(recipe_layer)
export(static_mapbox)
export(tile_options)
export(tippecanoe)
export(tm_static_mapbox)
export(upload_tiles)
import(aws.s3)
import(dplyr)
import(geojsonsf)
import(htmltools)
import(httr)
import(leaflet)
import(protolite)
import(purrr)
import(sf)
import(slippymath)
importFrom(curl,curl_escape)
importFrom(geojsonsf,sf_geojson)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(jpeg,readJPEG)
importFrom(jsonlite,fromJSON)
importFrom(magick,image_read)
importFrom(png,readPNG)
importFrom(purrr,map)
importFrom(raster,brick)
importFrom(raster,cellsFromExtent)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,res)
importFrom(raster,setValues)
importFrom(raster,values)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,check_installed)
importFrom(rlang,flatten_if)
importFrom(rlang,inform)
importFrom(rlang,is_installed)
importFrom(rlang,is_interactive)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_convex_hull)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry_type)
importFrom(sf,st_point_on_surface)
importFrom(sf,st_sf)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(stringi,stri_extract)
importFrom(stringi,stri_rand_strings)
importFrom(tidyr,unnest_wider)
importFrom(units,as_units)
importFrom(units,set_units)
importFrom(utils,URLencode)
importFrom(utils,modifyList)
importFrom(utils,read.table)
importFrom(utils,write.table)