-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
43 lines (43 loc) · 1.63 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: bsam
Type: Package
Title: Bayesian State-Space Models for Animal Movement
Version: 1.1.3
Date: 2020-08-31
Authors@R: c(
person("Ian", "Jonsen", email = "jonsen@stochastic-qc.org",
role = c("aut", "cre")),
person("Sophie", "Bestley", email = "sophie.bestley@utas.edu.au",
role = "ctb"),
person("Simon", "Wotherspoon", email = "simon.wotherspoon@aad.gov.au",
role = "ctb"),
person("Michael", "Sumner", email = "mdsumner@gmail.com", role = "ctb"),
person("Joanna", "Mills Flemming", email = "joanna.flemming@dal.ca",
role = "ctb")
)
Depends:
R (>= 3.6.0),
rjags (>= 4-10)
Imports:
coda (>= 0.19-3),
dplyr (>= 1.0.0),
ggplot2 (>= 3.3.2),
gridExtra (>= 2.3),
msm (>= 1.6.8),
mvtnorm (>= 1.1-1),
rworldxtra(>= 1.01),
sp (>= 1.2-3),
tibble (>= 3.0.1),
lubridate (>= 1.7.9)
SystemRequirements: JAGS (>= 4.3.0)
Description: Tools to fit Bayesian state-space models to animal tracking data. Models are provided for location
filtering, location filtering and behavioural state estimation, and their hierarchical versions.
The models are primarily intended for fitting to ARGOS satellite tracking data but options exist to fit
to other tracking data types. For Global Positioning System data, consider the 'moveHMM' package.
Simplified Markov Chain Monte Carlo convergence diagnostic plotting is provided but users are encouraged
to explore tools available in packages such as 'coda' and 'boa'.
License: GPL-2
URL: <https://github.com/ianjonsen/bsam>
BugReports: https://github.com/ianjonsen/bsam/issues
LazyData: yes
Encoding: UTF-8
RoxygenNote: 7.1.1