Package: activatr Type: Package Title: Utilities for Parsing and Plotting Activities Version: 0.2.1 Authors@R: person("Daniel", "Schafer", email = "dan.schafer@gmail.com", role = c("aut", "cph", "cre")) Description: This contains helpful functions for parsing, managing, plotting, and visualizing activities, most often from GPX (GPS Exchange Format) files recorded by GPS devices. It allows easy parsing of the source files into standard R data formats, along with functions to compute derived data for the activity, and to plot the activity in a variety of ways. License: MIT + file LICENSE URL: https://github.com/dschafer/activatr, https://dschafer.github.io/activatr/ BugReports: https://github.com/dschafer/activatr/issues Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0) Imports: dplyr (>= 1.0.0), geosphere (>= 1.5), ggmap (>= 3.0.0), glue (>= 1.4.0), httr (>= 1.4.0), lubridate (>= 1.7.0), rlang (>= 0.4.0), tibble (>= 3.0.0), slider (>= 0.3.0), xml2 (>= 1.3.2) RoxygenNote: 7.2.3 Suggests: covr (>= 3.5.0), ggplot2 (>= 3.4.0), knitr (>= 1.30), mockery (>= 0.4.2), rmarkdown (>= 2.6), roxygen2 (>= 7.1.0), sf (>= 1.0), testthat (>= 3.0.0) VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev libjpeg-dev libpng-dev libxml2-dev libssl-dev Repository: https://dschafer.r-universe.dev Date/Publication: 2024-07-27 21:07:27 UTC RemoteUrl: https://github.com/dschafer/activatr RemoteRef: HEAD RemoteSha: 78a34375238b58d072f98c18be83874fd8ea9104 NeedsCompilation: no Packaged: 2026-06-23 05:59:14 UTC; root Author: Daniel Schafer [aut, cph, cre] Maintainer: Daniel Schafer