Package: moveHMM
Type: Package
Title: Animal Movement Modelling using Hidden Markov Models
Version: 1.12
Date: 2025-10-05
Authors@R: c(
  person(given = "Theo",
         family = "Michelot",
         role = c("aut", "cre"),
         email = "theo.michelot@dal.ca"),
  person(given = "Roland",
         family = "Langrock",
         role = c("aut", "ctb")),
  person(given = "Toby",
         family = "Patterson",
         role = c("aut", "ctb")),
  person(given = "Brett",
         family = "McClintock",
         role = c("ctb")),
  person(given = "Eric",
         family = "Rexstad",
         role = c("ctb")))
Maintainer: Theo Michelot <theo.michelot@dal.ca>
Description: Provides tools for animal movement modelling using hidden Markov
    models. These include processing of tracking data, fitting hidden Markov models
    to movement data, visualization of data and fitted model, decoding of the state
    process, etc. <doi:10.1111/2041-210X.12578>.
URL: https://github.com/TheoMichelot/moveHMM,
        https://cran.r-project.org/package=moveHMM
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.5.0)
Imports: Rcpp, boot, MASS, sp, geosphere, ggplot2, ggmap, numDeriv
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2025-10-05 19:21:31 UTC; theo
Author: Theo Michelot [aut, cre],
  Roland Langrock [aut, ctb],
  Toby Patterson [aut, ctb],
  Brett McClintock [ctb],
  Eric Rexstad [ctb]
Repository: CRAN
Date/Publication: 2025-10-06 22:20:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-12 04:39:51 UTC; windows
Archs: x64
