Package: amt
Type: Package
Title: Animal Movement Tools
Version: 0.1.3
Authors@R: c(person("Johannes","Signer", role = c("aut", "cre"), email = "jsigner@gwdg.de"), 
  person("Brian", "Smith", role = "ctb"), 
  person("Bjoern", "Reineking", role = "ctb"), 
  person("Ulrike", "Schlaegel", role = "ctb"), 
  person("Scott", "LaPoint", role = "dtc"))
Description: Manage and analyze animal movement data. The functionality of 'amt' includes methods to calculate track statistics (e.g. step lengths, speed, or turning angles), prepare data for fitting habitat selection analyses (resource selection functions and step-selection functions <doi:10.1890/04-0953> and integrated step-selection functions <doi:10.1111/2041-210X.12528>), and simulation of space-use from fitted step-selection functions <doi:10.1002/ecs2.1771>.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/jmsigner/amt
Depends: R (>= 3.5),
Imports: broom, checkmate, circular, ctmm, dplyr (>= 0.7.0),
        fitdistrplus, FNN, geosphere, KernSmooth, leaflet, lubridate,
        magrittr, maptools, methods, purrr, raster, Rcpp (>= 0.12.7),
        rgeos, Rdpack, rlang, sf, sp, survival, tibble, tidyr (>=
        1.0.0)
Suggests: adehabitatLT, ggplot2, bcpa, devtools, moveHMM, move,
        sessioninfo, spacetime, trajectories, knitr, rmarkdown,
        tinytest
LinkingTo: Rcpp
RoxygenNote: 7.1.1
RdMacros: Rdpack
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-10-01 14:51:25 UTC; jsigner
Author: Johannes Signer [aut, cre],
  Brian Smith [ctb],
  Bjoern Reineking [ctb],
  Ulrike Schlaegel [ctb],
  Scott LaPoint [dtc]
Maintainer: Johannes Signer <jsigner@gwdg.de>
Repository: CRAN
Date/Publication: 2020-10-01 15:20:02 UTC
