forked from NMML/crawl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 937 Bytes
/
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: crawl
Type: Package
Title: Fit Continuous-Time Correlated Random Walk Models to Animal Movement Data
Version: 2.0.3
Date: 2016-08-26
Author: Devin S. Johnson
Maintainer: Devin S. Johnson <[email protected]>
Depends:
R (>= 2.10)
Imports:
mvtnorm,
Rcpp (>= 0.11.1),
methods,
shiny,
dplyr,
raster,
gdistance,
sp
LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
ggplot2,
knitr,
rmarkdown,
rgdal,
argosfilter,
tidyr,
lubridate,
xts,
doParallel
Description: The Correlated Random Walk Library of
R functions was designed for fitting continuous-time
correlated random walk models with time indexed
covariates. The model is fit using the Kalman-filter on
a state space version of the continuous-time stochastic
movement process.
License: CC0
LazyLoad: yes
ByteCompile: TRUE
NeedsCompilation: yes
VignetteBuilder: knitr
RoxygenNote: 5.0.1