-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
38 lines (37 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(build_mesh)
export(catchment_model)
export(catchment_populations)
export(create_travel_surface)
export(get_prob_raster)
export(initial_access_surface)
export(make_model_object)
export(prepare_data)
export(shift_coord)
export(travel_mat_from_folder)
import(progress)
importFrom(INLA,inla.mesh.2d)
importFrom(Matrix,Matrix)
importFrom(Rcpp,sourceCpp)
importFrom(doSNOW,registerDoSNOW)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(fs,dir_ls)
importFrom(fs,path)
importFrom(gdistance,accCost)
importFrom(gdistance,geoCorrection)
importFrom(gdistance,transition)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,getValues)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,values)
importFrom(raster,writeRaster)
importFrom(snow,makeSOCKcluster)
importFrom(snow,stopCluster)
importFrom(sp,proj4string)
useDynLib(catchment, .registration = TRUE)