Package: amt
Type: Package
Title: Animal Movement Tools
Version: 0.0.9
Authors@R: c(person("Johannes","Signer", role = c("aut", "cre"), email = "jsigner@gwdg.de"), 
  person("Bjoern", "Reineking", role = "ctb"), 
  person("Brian", "Smith", 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, glue, graphics, grDevices,
        KernSmooth, lazyeval, leaflet, lubridate, magrittr, maptools,
        methods, purrr, raster, Rcpp (>= 0.12.7), rgeos, rlang, sf, sp,
        survival, stats, tibble, tidyr (>= 1.0.0), utils
Suggests: adehabitatLT, ggplot2, bcpa, devtools, moveHMM, move,
        sessioninfo, spacetime, trajectories, knitr, Rdpack, rmarkdown,
        tinytest
LinkingTo: Rcpp
RoxygenNote: 6.1.1
RdMacros: Rdpack
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-03-30 19:14:55 UTC; jsigner
Author: Johannes Signer [aut, cre],
  Bjoern Reineking [ctb],
  Brian Smith [ctb],
  Ulrike Schlaegel [ctb],
  Scott LaPoint [dtc]
Maintainer: Johannes Signer <jsigner@gwdg.de>
Repository: CRAN
Date/Publication: 2020-03-30 19:50:02 UTC
