trackeR
Infrastructure for Running, Cycling and Swimming Data from GPS-Enabled Tracking Devices
Fitness-tracking analysis in slow maintenance, still absorbing upstream breakage.
◆Recent moves
- 11mo ago
plot_route() fixed; plot layout moved to patchwork
Fixes plot_route() returning empty output and moves the plot layout off gridExtra and gtable onto patchwork. The dependency swap is internal, but the route-plot fix restores a headline feature.
View source ↗ - 2y ago
TCX cadence bug fixed; m_per_min units and Stadia maps
Corrects readTCX() writing running cadence into cadence_cycling, adds m_per_min speed conversions, and repairs the route and leaflet plots after ggmap's move to Stadia maps. A release about data landing in the right place.
View source ↗ - 7y ago
Compressed file reading and correct GPX power extraction
Power is now read correctly from GPX files, and the reader functions accept gz, bz2, xz and zip archives directly, which matters for the multi-file exports these devices produce.
View source ↗ - 7y ago
vertical_noise threshold for elevation gain
Elevation-gain handling gets both a fix for altitude series with many missing values and a vertical_noise threshold that discards small spurious climbs.
View source ↗ - 7y ago
Cumulative elevation gain added as a derived metric
Adds cumulative elevation gain across trackeRdata and summary objects, extending the derived metrics beyond pace and power.
View source ↗ - 7y ago
Fortify and print bugs fixed in summary objects
Bug fixes carried over two versions in one body: fortifying summaries with melt = TRUE was dropping temperature and latitude, and printing non-thresholded summaries could error.
View source ↗