Releases: trackerproject/trackeR
Releases · trackerproject/trackeR
trackeR v1.6.0
trackeR 1.6.0
Bug fixes
- Fixed a bug that could result in
readTCX()
populatingcadence_cycling
with 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()
whereX
are 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
.gpx
files (thanks to Andrew
from thethreshold.co.za for spotting the issue).
Enhancements
readX
functions support reading from compressed versions (.gz
,
.bz2
,.xz
,.zip
) of.tcx
,.gpx
,.json
files.- 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_gain
if altitude has too many NA's. smooth_elevation_gain
is not passed correctly inread_directory
.change_units.trackeRthresholds
is now exported
New functionality
get_elevation_gain
now has thevertical_noise
option to threshold absolute elevation gain.
trackeR v1.5.0
Bug fixes
- Fixed a bug in
plot.trackeRdataSummary
where temperature and
altitude would haveNULL
label on the resulting plot
New functionality
- Added support for cumulative elevation gain (
trackeRdata
andtrackeRdataSummary
objects and associated methods).
Enhancements
readGPX
tries 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
trackeRdataSummary
objects 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.trackeRdata
reports on the progress of the operation iftrace = TRUE
in its arguments
Enhancements
- Added new logo
- Updated documentation
Bug fixes
- Fixed a bug that caused
threshold
to not threshold if applied without specifying any of variable, lower, upper and sport.
Other changes
plot_route
now returns plots using stamen maps (see?ggmap::get_map
for the reasons we are moving away from other maps).