-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export(calibrate)
export(configuration)
export(pops)
export(pops_model)
export(pops_multirun)
export(quantity_allocation_disagreement)
export(validate)
importFrom(MASS,mvrnorm)
importFrom(Metrics,rmse)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(aws.s3,head_object)
importFrom(aws.s3,save_object)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%:%")
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(foreach,registerDoSEQ)
importFrom(landscapemetrics,lsm_c_enn_mn)
importFrom(landscapemetrics,lsm_c_lpi)
importFrom(landscapemetrics,lsm_c_np)
importFrom(landscapemetrics,lsm_c_para_mn)
importFrom(lubridate,"%within%")
importFrom(lubridate,interval)
importFrom(lubridate,mdy)
importFrom(lubridate,time_length)
importFrom(methods,is)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(stats,cov)
importFrom(stats,median)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(terra,app)
importFrom(terra,as.matrix)
importFrom(terra,as.points)
importFrom(terra,cells)
importFrom(terra,classify)
importFrom(terra,colFromCell)
importFrom(terra,compareGeom)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,global)
importFrom(terra,ncol)
importFrom(terra,nlyr)
importFrom(terra,nrow)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,rowColFromCell)
importFrom(terra,rowFromCell)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(terra,xres)
importFrom(terra,yres)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.csv)
useDynLib(PoPS, .registration = TRUE)