Package: tagtools
Title: Work with Data from High-Resolution Biologging Tags
Version: 0.2.0
Authors@R: c(person("Stacy", "DeRuiter", 
            email = "stacy.deruiter@calvin.edu", 
            role = c("aut", "cre", "cph"),
            comment = c(ORCID = "0000-0002-0571-0306")),
            person("Mark", "Johnson",
            role = c("aut", "cph")),
            person("David", "Sweeney",
            role = "aut"),
            person("Ye Joo", "McNamara-Oh",
            role = "aut"),
            person("Samuel", "Fynewever",
            role = "aut"),
            person("(Oghenkevwe) Racheal", "Tejevbo",
            role = "aut"),
            person("Tiago", "Marques",
            role = "aut"),
            person("Yuqian", "Wang",
            role = c("aut")),
            person("(Oghenesuvwe) Su", "Ogedegbe",
            role = "aut"))
Description: High-resolution movement-sensor tags typically include accelerometers 
    to measure body posture and sudden movements or changes in speed, 
    magnetometers to measure direction of travel, and pressure sensors
    to measure dive depth in aquatic or marine animals. The sensors in these tags usually sample many times per second. Some tags include sensors for speed, turning rate (gyroscopes), and sound. This package provides software tools to facilitate calibration, processing, and analysis of such data. Tools are provided for: data import/export; 
    calibration (from raw data to calibrated data in scientific units); 
    visualization (for example, multi-panel time-series plots); 
    data processing (such as event detection, calculation of derived metrics like jerk and 
    dynamic acceleration, dive detection, and dive parameter calculation); and statistical analysis (for example, track reconstruction, a rotation test, and Mahalanobis distance analysis).
Depends: R (>= 3.4)
Imports: CircStats, cowplot, dplyr, ggplot2, graphics, latex2exp,
        lubridate, matlab, ncdf4, plotly, pracma, readr, signal, stats,
        stringr, utils, zoo, zoom
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
URL: <https://animaltags.org>,
        <https://animaltags.github.io/tagtools_r/index.html>
BugReports: https://github.com/animaltags/tagtools_r/issues
Config/Needs/website: rmarkdown
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-06-28 14:18:31 UTC; sld33
Author: Stacy DeRuiter [aut, cre, cph]
    (<https://orcid.org/0000-0002-0571-0306>),
  Mark Johnson [aut, cph],
  David Sweeney [aut],
  Ye Joo McNamara-Oh [aut],
  Samuel Fynewever [aut],
  (Oghenkevwe) Racheal Tejevbo [aut],
  Tiago Marques [aut],
  Yuqian Wang [aut],
  (Oghenesuvwe) Su Ogedegbe [aut]
Maintainer: Stacy DeRuiter <stacy.deruiter@calvin.edu>
Repository: CRAN
Date/Publication: 2024-06-28 14:30:04 UTC
Built: R 4.5.2; ; 2025-11-08 04:33:58 UTC; windows
