CRAN_Status_Badge Travis-CI Build Status Licence

trackeRapp

trackeRapp is a shiny interface for the analysis and tracking of athletic activity data in R.

trackeRapp builds on the extensive infrastructure provided by the trackeR R package to provide a user-friendly web-interface of an integrated workflow for the analysis of running, cycling and swimming data from GPS-enabled tracking devices. The interface offers a range of flexible interactive visualisations and data-analytic tools.

trackeRapp offers functionality to import, clean and organise data from raw activity files of popular formats (tcx, gpx, json and db3) in a structured R object, and finally to export that object so that it can be used for future analyses not only within trackeRapp but also for more advanced modelling in R.

Installation

trackeRapp can be installed by typing

install.packages("trackeRapp")

The development version of trackeRapp can also be installed directly from github by doing

# install.packages("remotes")
remotes::install_github("trackerproject/trackeRapp")

Getting started

See the tour de trackeRapp pages for tutorial videos, explanation of the workflow and visualizations that trackeRapp offers, and to, generally, learn more about trackeRapp and all of its capabilities.

Below are just a few screenshots from the trackeRapp web interface

knitr::include_graphics('README_files/loading.png')


knitr::include_graphics('README_files/evening_sessions.png')


knitr::include_graphics('README_files/map.png')


knitr::include_graphics('README_files/session_summaries.png')


knitr::include_graphics('README_files/zones_multiple_sessions.png')


knitr::include_graphics('README_files/selected_workouts.png')

Video channel

trackeRapp has a dedicated YouTube channel. The channel features video tutorials about trackeRapp and the workflow it provides.

Launching the user-interface

The web-interface can be accessed remotely at https://www.trackerapp.com or on a local machine by doing:

# Load the package
library("trackeRapp")
# Open the interface in the browser
trackeR_app()

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



trackerproject/trackeRapp documentation built on Feb. 19, 2022, 2:55 a.m.