Title: | Interface for the Analysis of Running, Cycling and Swimming Data from GPS-Enabled Tracking Devices |
---|---|
Description: | Provides an integrated user interface and workflow for the analysis of running, cycling and swimming data from GPS-enabled tracking devices through the 'trackeR' <https://CRAN.R-project.org/package=trackeR> R package. |
Authors: | Ioannis Kosmidis [aut, cre] , Robin Hornak [aut] |
Maintainer: | Ioannis Kosmidis <[email protected]> |
License: | GPL-3 |
Version: | 1.2 |
Built: | 2024-11-25 04:55:46 UTC |
Source: | https://github.com/trackerproject/trackerapp |
trackeRapp provides an integrated dashboard and workflow for
the analysis of running, cycling and swimming data from GPS-enabled tracking
devices through the trackeR
R package. trackerRapp
or
trackeR_app
launches the interface.
trackeRapp(quiet = TRUE) trackeR_app(quiet = TRUE)
trackeRapp(quiet = TRUE) trackeR_app(quiet = TRUE)
quiet |
If |
Once the interface launches, you may experiment with the interface by hitting "Load" and then "Upload sample dataset".
See the "tour de trackeRapp"
pages at
https://trackerproject.github.io/trackeRapp/ for tutorial
videos, explanation of the workflow and visualizations that
trackeRapp offers, and to, generally, learn more about
trackeRapp and all of its capabilities.
trackeRapp has a dedicated YouTube channel at https://www.youtube.com/channel/UCY6y-pw8d1kek1WAIWiVhhw. The channel features video tutorials about trackeRapp and the workflow it provides.
trackeRapp
has been designed and developed by Robin Hornak
and Ioannis Kosmidis, while Robin Hornak was completing his
undergraduate research project in the Department of Statistical
Science, University College London under the supervision of Ioannis
Kosmidis. Ioannis Kosmidis has been supported by the Alan Turing
Institute under the EPSRC grant EP/N510129/1 (Turing award number
TU/B/000082) and University of Warwick. Robin Hornak and Ioannis
Kosmidis have also been supported by University of Warwick through
a Warwick Impact Fund Award that runs from May 2018 to December
2019. The support of the aforementioned organizations is greatly
acknowledged.
Frick, H., Kosmidis, I. (2017). trackeR: Infrastructure for Running and Cycling Data from GPS-Enabled Tracking Devices in R. Journal of Statistical Software, 82(7), 1–29. doi:10.18637/jss.v082.i07
Kosmidis, I., and Passfield, L. (2015). Linking the Performance of Endurance Runners to Training and Physiological Effects via Multi-Resolution Elastic Net. ArXiv e-print arXiv:1506.01388.
if (interactive()) { trackeRapp(quiet = TRUE) } if (interactive()) { trackeR_app(quiet = FALSE) } # Experiment with the interface by hitting "Load" and then # "Upload sample dataset".
if (interactive()) { trackeRapp(quiet = TRUE) } if (interactive()) { trackeR_app(quiet = FALSE) } # Experiment with the interface by hitting "Load" and then # "Upload sample dataset".