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
NeedsCompilation: no
Packaged: 2024-07-27 21:10:10 UTC; dschafer
Author: Daniel Schafer [aut, cph, cre]
Maintainer: Daniel Schafer <dan.schafer@gmail.com>
Repository: CRAN
Date/Publication: 2024-07-27 21:20:02 UTC
Built: R 4.5.1; ; 2025-10-06 03:07:44 UTC; windows
