-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.59 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
# Generated by roxygen2: do not edit by hand
S3method(st_thin,sf)
export("%>%")
export(dbDisconnect)
export(read_wrens)
export(rmap_add_bio)
export(rmap_add_ranges)
export(rmap_connect)
export(rmap_prepare)
export(rmap_save_map)
export(rmap_save_subset)
export(rmap_to_sf)
export(st_thin)
exportMethods(rmap_add_bio)
exportMethods(rmap_add_ranges)
exportMethods(rmap_prepare)
exportMethods(rmap_save_map)
exportMethods(rmap_save_subset)
exportMethods(rmap_to_sf)
import(RSQLite)
import(graphics)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(data.table,timetaken)
importFrom(exactextractr,exact_extract)
importFrom(future,multicore)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(future.apply,future_lapply)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(magrittr,is_greater_than)
importFrom(magrittr,not)
importFrom(methods,as)
importFrom(methods,new)
importFrom(methods,validObject)
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(raster,raster)
importFrom(sf,"st_agr<-")
importFrom(sf,"st_crs<-")
importFrom(sf,st_as_binary)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_make_grid)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_union)