Package: crawl
Type: Package
Title: Fit Continuous-Time Correlated Random Walk Models to Animal Movement Data
Version: 2.1.1
Date: 2017-03-17
Author: Devin S. Johnson
Maintainer: Devin S. Johnson <devin.johnson@noaa.gov>
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,
    broom,
    sf,
    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: 6.0.1
