Package: activatr 0.2.1
activatr: Utilities for Parsing and Plotting Activities
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.
Authors:
activatr_0.2.1.tar.gz
activatr_0.2.1.zip(r-4.5)activatr_0.2.1.zip(r-4.4)activatr_0.2.1.zip(r-4.3)
activatr_0.2.1.tgz(r-4.4-any)activatr_0.2.1.tgz(r-4.3-any)
activatr_0.2.1.tar.gz(r-4.5-noble)activatr_0.2.1.tar.gz(r-4.4-noble)
activatr_0.2.1.tgz(r-4.4-emscripten)activatr_0.2.1.tgz(r-4.3-emscripten)
activatr.pdf |activatr.html✨
activatr/json (API)
NEWS
# Install 'activatr' in R: |
install.packages('activatr', repos = c('https://dschafer.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dschafer/activatr/issues
Last updated 4 months agofrom:78a3437523. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win | OK | Oct 25 2024 |
R-4.5-linux | OK | Oct 25 2024 |
R-4.4-win | OK | Oct 25 2024 |
R-4.4-mac | OK | Oct 25 2024 |
R-4.3-win | OK | Oct 25 2024 |
R-4.3-mac | OK | Oct 25 2024 |
Exports:get_ggmap_from_dflocalize_to_time_zonemutate_with_speedpace_formatterparse_gpxparse_tcxspeed_to_mile_pace
Dependencies:askpassbitopsclicolorspacecpp11curldigestdplyrfansifarvergenericsgeosphereggmapggplot2gluegtablehttrisobandjpegjsonlitelabelinglatticelifecyclelubridatemagrittrMASSMatrixmgcvmimemunsellnlmeopensslpillarpkgconfigplyrpngpurrrR6RColorBrewerRcpprlangscalessliderspstringistringrsystibbletidyrtidyselecttimechangeutf8vctrsviridisLitewarpwithrxml2
Advanced Parsing with activatr
Rendered fromparsing.Rmd
usingknitr::rmarkdown
on Oct 25 2024.Last update: 2023-05-05
Started: 2021-01-08
Handling Speed and Pace with activatr
Rendered frompace.Rmd
usingknitr::rmarkdown
on Oct 25 2024.Last update: 2023-05-05
Started: 2021-01-08
Visualizing Activities with activatr
Rendered fromactivatr.Rmd
usingknitr::rmarkdown
on Oct 25 2024.Last update: 2023-05-05
Started: 2021-01-08
Readme and manuals
Help Manual
Help page | Topics |
---|---|
'act_tbl' class | act_tbl-class |
Get a map for a given 'act_tbl' | get_ggmap_from_df |
Localize time zone values | localize_to_time_zone |
Augments an 'act_tbl' with a speed column | mutate_with_speed |
Format pace durations | pace_formatter |
Parses a GPX file into a 'act_tbl' | parse_gpx |
Parses a TCX file into a 'act_tbl' | parse_tcx |
Convert speed to mile pace | speed_to_mile_pace |
Summarizes 'act_tbl' objects. | summary.act_tbl |