Package: moveprofile
Title: Segmentation and Profile-Based Classification of Animal Movement
        Strategies
Version: 0.1.0
Authors@R: c(
    person("Ivo", "Kadlec", , "kadlec@fzp.czu.cz", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0009-3419-5989")),
    person("Johannes", "Signer", , "jsigner@uni-goettingen.de", role = "aut",
    comment = c(ORCID = "0000-0002-1771-7775"))
    )
Description: Classification of animal movement profiles/strategies using GPS tracking data. 
    Implements a profile-based approach using Net Squared Displacement (NSD) metrics with 
    bootstrap confidence intervals. Provides tools for trajectory segmentation, 
    interactive breakpoint detection, and integration with the 'amt' package.
License: GPL (>= 3)
URL: https://github.com/kadleci/moveprofile
BugReports: https://github.com/kadleci/moveprofile/issues
Depends: R (>= 4.1.0)
Imports: dplyr (>= 1.0.0), ggplot2 (>= 3.4.0), plotly (>= 4.10.0),
        rlang (>= 1.0.0), tibble (>= 3.0.0), tidyr (>= 1.0.0), zoo
Suggests: amt, knitr, patchwork, rmarkdown, sf, tinytest
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-07-28 09:39:43 UTC; picap
Author: Ivo Kadlec [aut, cre] (<https://orcid.org/0009-0009-3419-5989>),
  Johannes Signer [aut] (<https://orcid.org/0000-0002-1771-7775>)
Maintainer: Ivo Kadlec <kadlec@fzp.czu.cz>
