-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.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
# Generated by roxygen2: do not edit by hand
S3method(as.character,meshcode)
S3method(as.character,subdiv_meshcode)
S3method(format,meshcode)
S3method(format,subdiv_meshcode)
export(administration_mesh)
export(as_meshcode)
export(coarse_gather)
export(coords_to_mesh)
export(eval_jp_boundary)
export(export_mesh)
export(export_meshes)
export(find_neighbor_mesh)
export(fine_separate)
export(is_corner)
export(is_meshcode)
export(mesh_convert)
export(mesh_size)
export(mesh_to_coords)
export(mesh_viewer)
export(meshcode)
export(meshcode_set)
export(meshcode_sf)
export(meshcode_vector)
export(neighbor_mesh)
export(rmesh)
import(vctrs)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addTiles)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,renderLeaflet)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(miniUI,miniTabPanel)
importFrom(miniUI,miniTabstripPanel)
importFrom(purrr,discard)
importFrom(purrr,map_chr)
importFrom(purrr,modify_at)
importFrom(purrr,pmap_chr)
importFrom(rlang,is_true)
importFrom(rlang,quo_squash)
importFrom(rlang,warn)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_polygon)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(shiny,dialogViewer)
importFrom(shiny,runGadget)
importFrom(shiny,selectInput)
importFrom(shiny,textInput)
importFrom(tibble,tibble)