Package: momentuHMM Type: Package Title: Maximum Likelihood Analysis of Animal Movement Behavior Using Multivariate Hidden Markov Models Version: 1.5.8 Date: 2025-11-24 Depends: R (>= 2.10) Authors@R: c(person(given = "Brett", family = "McClintock", role = c("aut", "cre"), email = "brett.mcclintock@noaa.gov"), person(given = "Theo", family = "Michelot", role = "aut")) Description: Extended tools for analyzing telemetry data using generalized hidden Markov models. Features of momentuHMM (pronounced ``momentum'') include data pre-processing and visualization, fitting HMMs to location and auxiliary biotelemetry or environmental data, biased and correlated random walk movement models, hierarchical HMMs, multiple imputation for incorporating location measurement error and missing data, user-specified design matrices and constraints for covariate modelling of parameters, random effects, decoding of the state process, visualization of fitted models, model checking and selection, and simulation. See McClintock and Michelot (2018) . License: GPL-3 LazyData: TRUE Imports: Rcpp, doParallel, foreach, numDeriv, CircStats, crawl (>= 2.2.1), mvtnorm, sp, MASS, Brobdingnag, doRNG, rlang, raster LinkingTo: Rcpp, RcppArmadillo Suggests: testthat, setRNG, splines, splines2 (>= 0.2.8), R.rsp, conicfit, ggplot2, ggmap, lubridate, dplyr, magrittr, scatterplot3d, BB, expm, matrixcalc, moveHMM, extraDistr, data.tree (>= 1.0.0), geosphere, mitools, doFuture, future, car, survival, prodlim, nleqslv, qdapRegex RoxygenNote: 7.3.3 Encoding: UTF-8 NeedsCompilation: yes VignetteBuilder: R.rsp URL: https://github.com/bmcclintock/momentuHMM, https://github.com/bmcclintock/momentuHMM/discussions BugReports: https://github.com/bmcclintock/momentuHMM/issues Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ocean-tracking-network.r-universe.dev Date/Publication: 2025-11-25 00:41:41 UTC RemoteUrl: https://github.com/bmcclintock/momentuHMM RemoteRef: HEAD RemoteSha: 49f4addec304b0a3b9ff2c1cea3a1b2b835900db Packaged: 2026-06-24 02:15:05 UTC; root Author: Brett McClintock [aut, cre], Theo Michelot [aut] Maintainer: Brett McClintock