Package: tagtools Title: Work with Data from High-Resolution Biologging Tags Version: 0.3.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 (>= 4.1) LinkingTo: Rcpp, RcppArmadillo Imports: CircStats, cowplot, dplyr, ggplot2, graphics, gsignal, lubridate, ncdf4, plotly, pracma, Rcpp, readr, stats, stringr, utils, zoo, zoom License: GPL (>= 3) Encoding: UTF-8 LazyData: true 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 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libnetcdf-dev libssl-dev libx11-dev Repository: https://animaltags.r-universe.dev Date/Publication: 2026-07-03 17:13:21 UTC RemoteUrl: https://github.com/animaltags/tagtools_r RemoteRef: HEAD RemoteSha: b00b7f3f138cb1b702e152da5eb5ddc819c27ed1 NeedsCompilation: yes Packaged: 2026-07-03 18:28:54 UTC; root Author: Stacy DeRuiter [aut, cre, cph] (ORCID: ), 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