-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
42 lines (42 loc) · 1.02 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
Package: mpmm
Type: Package
Title: (Animal) Movement Persistence Mixed-Effects Models
Version: 0.2-2
Date: 2024-07-02
Authors@R:
c(
person(given = "Ian",
family = "Jonsen",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Marie",
family = "Auger-Méthé",
role = c("aut", "ctb"),
email = "[email protected]")
)
Author: Ian Jonsen [aut, cre],
Marie Auger-Méthé [aut, ctb]
Description: Fit covariates as linear mixed-effects to latent, time-varying movement persistence (autocorrelation).
Depends: R (>= 3.5.0)
Imports:
TMB (>= 1.7.19),
lme4 (>= 1.1-15),
glmmTMB (>= 1.0.0),
Matrix (>= 1.2-12),
dplyr (>= 1.0.0),
tibble (>= 3.0.0),
ggplot2,
methods,
wesanderson,
tidyr
License: AGPL-3
Encoding: UTF-8
LazyData: true
LinkingTo:
RcppEigen,
TMB
RoxygenNote: 7.2.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: true