-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.43 KB
/
DESCRIPTION
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
Package: smam
Title: Statistical Modeling of Animal Movements
Version: 0.7.2
Date: 2024-01-10
Authors@R: c(
person("Chaoran", "Hu", email = "[email protected]", role = c("aut", "cre")),
person("Vladimir", "Pozdnyakov", email = "[email protected]", role = "aut"),
person("Jun", "Yan", email = "[email protected]", role = "aut"))
Description: Animal movement models including Moving-Resting Process
with Embedded Brownian Motion
(Yan et al., 2014, <doi:10.1007/s10144-013-0428-8>;
Pozdnyakov et al., 2017, <doi:10.1007/s11009-017-9547-6>),
Brownian Motion with Measurement Error
(Pozdnyakov et al., 2014, <doi:10.1890/13-0532.1>),
Moving-Resting-Handling Process with Embedded Brownian Motion
(Pozdnyakov et al., 2020, <doi:10.1007/s11009-020-09774-1>),
Moving-Resting Process with Measurement Error
(Hu et al., 2021, <doi:10.1111/2041-210X.13694>),
Moving-Moving Process with two Embedded Brownian Motions.
Depends: R (>= 3.5.0)
License: GPL (>= 3.0)
Encoding: UTF-8
LazyData: true
Imports: nloptr,
Matrix,
stats,
Rcpp,
RcppParallel,
doParallel,
foreach,
parallel,
doSNOW,
methods,
numDeriv,
EnvStats
Suggests: R.rsp
LinkingTo: Rcpp, RcppGSL, RcppParallel
SystemRequirements: GNU GSL, GNU make
VignetteBuilder: R.rsp
BugReports: https://github.com/ChaoranHu/smam/issues
URL: https://github.com/ChaoranHu/smam
RoxygenNote: 7.2.3
NeedsCompilation: yes