Package: crawl Type: Package Title: Fit Continuous-Time Correlated Random Walk Models to Animal Movement Data Version: 2.3.1 Date: 2026-02-25 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.3 URL: https://github.com/NMML/crawl BugReports: https://github.com/NMML/crawl/issues LazyData: true Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://dsjohnson.r-universe.dev Date/Publication: 2026-02-25 16:39:30 UTC RemoteUrl: https://github.com/NMML/crawl RemoteRef: HEAD RemoteSha: 1bd8346f977e5ddf7d78725da6f996f902c77772 Packaged: 2026-06-24 02:33:42 UTC; root Author: Devin S. Johnson [aut, cre], Josh London [aut], Brett T. McClintock [ctb], Kenady Wilson [ctb] Maintainer: Devin S. Johnson