Releases: trackerproject/trackeR
Releases · trackerproject/trackeR
Release list
trackeR v1.6.1
trackeR v1.6.0
trackeR 1.6.0
Bug fixes
- Fixed a bug that could result in
readTCX()populatingcadence_cyclingwith running cadence data. - Guard against
data.frame's with no "file" attribute intrackeRdata(). - Fixed a bug that could cause no units to be shown in the labels on the plots from
plot.distrProfile()andplot.conProfile().
Enhancements
- added support for "m_per_min" speed units (functions
m_per_min2X()andX2m_per_min()whereXare other speed units). - Fixed
plot_route()andleaflet_route()to work with ggmap's transition to Stadia maps. - Various documentation updates.
trackeR v1.5.2
Bug fixes
- Power is now extracted correctly from
.gpxfiles (thanks to Andrew
from thethreshold.co.za for spotting the issue).
Enhancements
readXfunctions support reading from compressed versions (.gz,
.bz2,.xz,.zip) of.tcx,.gpx,.jsonfiles.- Example data files are now compressed and more is provided.
- Vignette and documentation updates.
- Provided example in
read_directory.
trackeR v1.5.1
Bug fixes
- Fixed a bug that would result errors from
get_elevation_gainif altitude has too many NA's. smooth_elevation_gainis not passed correctly inread_directory.change_units.trackeRthresholdsis now exported
New functionality
get_elevation_gainnow has thevertical_noiseoption to threshold absolute elevation gain.
trackeR v1.5.0
Bug fixes
- Fixed a bug in
plot.trackeRdataSummarywhere temperature and
altitude would haveNULLlabel on the resulting plot
New functionality
- Added support for cumulative elevation gain (
trackeRdataandtrackeRdataSummaryobjects and associated methods).
Enhancements
readGPXtries even harder to identify the sport- Documentation improvements
trackeR v1.4.1
trackeR 1.4.1
Bug fixes
- Fixed bug that would discard temperature and latitude when
trackeRdataSummaryobjects were fortified withmelt = TRUE.
trackeR 1.4.0
Bug fixes
- Fixed bug that could result in an error may appear when printing summaries for non-thresholded objects.
trackeR v1.3.0
New functionality
threshold.trackeRdatareports on the progress of the operation iftrace = TRUEin its arguments
Enhancements
- Added new logo
- Updated documentation
Bug fixes
- Fixed a bug that caused
thresholdto not threshold if applied without specifying any of variable, lower, upper and sport.
Other changes
plot_routenow returns plots using stamen maps (see?ggmap::get_mapfor the reasons we are moving away from other maps).