-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
48 lines (47 loc) · 1.08 KB
/
NAMESPACE
File metadata and controls
48 lines (47 loc) · 1.08 KB
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
# Generated by roxygen2: do not edit by hand
export(dm_lambda)
export(dm_q_m)
export(dm_q_r)
export(fit_mmpp)
export(get_Q)
export(get_betas)
export(get_lim_ud)
export(make_design_data)
export(make_sim_dm)
export(make_sim_par)
export(mmpp_control)
export(mmpp_ll)
export(mmpp_model)
export(process_data)
export(sim_mmpp)
import(dplyr)
import(lubridate)
import(numDeriv)
import(optimx)
import(tidyr, except=expand)
importFrom(Matrix,Matrix)
importFrom(Matrix,diag)
importFrom(Matrix,expand)
importFrom(Matrix,lu)
importFrom(Matrix,t)
importFrom(rARPACK,eigs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry_type)
importFrom(spdep,poly2nb)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,ppois)
importFrom(stats,rexp)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(terra,adjacent)
importFrom(terra,compareGeom)
importFrom(terra,ncell)
importFrom(terra,values)
importFrom(terra,xFromCell)
importFrom(terra,yFromCell)
importFrom(units,set_units)
useDynLib(moveMMPP, .registration=TRUE)