-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
42 lines (42 loc) · 1.24 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: crawl
Type: Package
Title: Fit Continuous-Time Correlated Random Walk Models to Animal Movement Data
Version: 2.3.1
Date: 2024-10-03
Authors@R: c(person("Devin S.", "Johnson", email = "devin.johnson@noaa.gov",
role = c("aut", "cre")),
person("Josh", "London", email = "josh.london@noaa.gov",
role = c("aut")),
person("Brett T.", "McClintock", email = "brett.mcclintock@noaa.gov",
role = c("ctb")),
person("Kenady", "Wilson", email = "kenady@wildlifecomputers.com",
role = c("ctb")) )
Depends:
R (>= 3.4.0)
Imports:
mvtnorm,
Rcpp (>= 0.11.1),
methods,
dplyr,
sf,
sp,
tibble,
magrittr,
lubridate,
purrr,
rlang
LinkingTo:
Rcpp,
RcppArmadillo
Description: Fit continuous-time correlated random walk models with time indexed
covariates to animal telemetry data. The model is fit using the Kalman-filter on
a state space version of the continuous-time stochastic movement process.
License: CC0
Encoding: UTF-8
LazyLoad: yes
ByteCompile: TRUE
NeedsCompilation: yes
RoxygenNote: 7.3.2
URL: https://github.com/NMML/crawl
BugReports: https://github.com/NMML/crawl/issues
LazyData: true