8000 Releases · trackerproject/trackeR · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: trackerproject/trackeR

trackeR v1.6.0

12 Jan 13:33
Compare
Choose a tag to compare

trackeR 1.6.0

Bug fixes

  • Fixed a bug that could result in readTCX() populating cadence_cycling with running cadence data.
  • Guard against data.frame's with no "file" attribute in trackeRdata().
  • Fixed a bug that could cause no units to be shown in the labels on the plots from plot.distrProfile() and plot.conProfile().

Enhancements

  • added support for "m_per_min" speed units (functions m_per_min2X() and X2m_per_min() where X are other speed units).
  • Fixed plot_route() and leaflet_route() to work with ggmap's transition to Stadia maps.
  • Various documentation updates.

trackeR v1.5.2

21 May 14:14
8111b16
Compare
Choose a tag to compare

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

14 May 18:33
8953929
Compare
Choose a tag to compare

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 in read_directory.
  • change_units.trackeRthresholds is now exported

New functionality

  • get_elevation_gain now has the vertical_noise option to threshold absolute elevation gain.

trackeR v1.5.0

05 Apr 10:31
569d01f
Compare
Choose a tag to compare

Bug fixes

  • Fixed a bug in plot.trackeRdataSummary where temperature and
    altitude would have NULL label on the resulting plot

New functionality

  • Added support for cumulative elevation gain (trackeRdata and trackeRdataSummary objects and associated methods).

Enhancements

  • readGPX tries even harder to identify the sport
  • Documentation improvements

trackeR v1.4.1

24 Mar 14:28
46248c0
Compare
Choose a tag to compare

trackeR 1.4.1

Bug fixes

  • Fixed bug that would discard temperature and latitude when trackeRdataSummary objects were fortified with melt = 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

05 Mar 23:09
90a857a
Compare
Choose a tag to compare

New functionality

  • threshold.trackeRdata reports on the progress of the operation if trace = 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).
0