Package: traipse Title: Shared Tools for Tracking Data Version: 0.3.0.9001 Authors@R: c( person(given = "Michael", family = "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2471-7511")) ) Description: A collection of commonly used tools for animal movement and other tracking data. Variously distance, angle, bearing, distance-to, bearing-to and speed are provided for geographic data that can be used directly or within 'tidyverse' syntax. Distances and bearings are calculated using modern geodesic methods as provided by Charles F. F. Karney (2013) via the 'geodist' and 'geosphere' packages. License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.1 Depends: R (>= 2.10) Imports: magrittr, geodist, geosphere, stats URL: https://github.com/Trackage/traipse BugReports: https://github.com/Trackage/traipse/issues Suggests: covr, testthat (>= 2.1.0), dplyr, tibble, tidyr, spelling Language: en-US Repository: https://trackage.r-universe.dev Date/Publication: 2022-12-15 00:05:36 UTC RemoteUrl: https://github.com/trackage/traipse RemoteRef: HEAD RemoteSha: d520f176c0c254129c95a01744cf92516c9deccf NeedsCompilation: no Packaged: 2026-07-04 07:04:11 UTC; root Author: Michael Sumner [aut, cre] (ORCID: ) Maintainer: Michael Sumner