Package: pathviewr Title: Wrangle, Analyze, and Visualize Animal Movement Data Version: 1.1.8 Authors@R: c(person(given = "Vikram B.", family = "Baliga", role = c("aut", "cre"), email = "vbaliga87@gmail.com", comment = c(ORCID = "0000-0002-9367-8974")), person(given = "Melissa S.", family = "Armstrong", role = "aut", email = "melissa.armstrong@gmail.com", comment = c(ORCID = "0000-0002-3059-0094")), person(given = "Eric R.", family = "Press", role = "aut", email = "epress12@gmail.com", comment = c(ORCID = "0000-0002-1944-3755")), person(given = "Anne-Sophie", family = "Bonnet-Lebrun", role = "rev"), person(given = "Marco", family = "Sciaini", role = "rev") ) Description: Tools to import, clean, and visualize movement data, particularly from motion capture systems such as Optitrack's 'Motive', the Straw Lab's 'Flydra', or from other sources. We provide functions to remove artifacts, standardize tunnel position and tunnel axes, select a region of interest, isolate specific trajectories, fill gaps in trajectory data, and calculate 3D and per-axis velocity. For experiments of visual guidance, we also provide functions that use subject position to estimate perception of visual stimuli. Maintainer: Vikram B. Baliga License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Imports: R.matlab, data.table (>= 1.12.2), magrittr (>= 1.5), dplyr (>= 1.0.0), stringr (>= 1.4.0), tibble (>= 3.0.1), tidyr (>= 1.1.0), fANCOVA, purrr (>= 0.3.3), ggplot2 (>= 3.4.0), tidyselect (>= 1.1.0), cowplot, lubridate Suggests: knitr, rmarkdown, testthat, anomalize, covr VignetteBuilder: knitr URL: https://github.com/ropensci/pathviewr/, https://docs.ropensci.org/pathviewr/ BugReports: https://github.com/ropensci/pathviewr/issues/ Config/pak/sysreqs: libicu-dev Repository: https://vbaliga.r-universe.dev Date/Publication: 2025-06-13 20:05:39 UTC RemoteUrl: https://github.com/ropensci/pathviewr RemoteRef: HEAD RemoteSha: 54d6569845ec1f824161cafd0b72eb7daf6217f5 NeedsCompilation: no Packaged: 2026-06-08 08:58:54 UTC; root Author: Vikram B. Baliga [aut, cre] (ORCID: ), Melissa S. Armstrong [aut] (ORCID: ), Eric R. Press [aut] (ORCID: ), Anne-Sophie Bonnet-Lebrun [rev], Marco Sciaini [rev]