{"id":24847373,"url":"https://github.com/trackerproject/trackerapp","last_synced_at":"2025-10-14T18:31:48.290Z","repository":{"id":33023115,"uuid":"140311296","full_name":"trackerproject/trackeRapp","owner":"trackerproject","description":"An interactive web application for the analysis of sports data from GPS-enabled tracking devices","archived":false,"fork":false,"pushed_at":"2022-02-15T12:02:11.000Z","size":51665,"stargazers_count":33,"open_issues_count":13,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-08T16:09:38.061Z","etag":null,"topics":["data-visualization","r","shiny","sports-app","web-app","web-development"],"latest_commit_sha":null,"homepage":"https://trackerproject.github.io/trackeRapp/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trackerproject.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-09T16:15:54.000Z","updated_at":"2025-05-19T23:01:04.000Z","dependencies_parsed_at":"2022-08-07T19:30:24.429Z","dependency_job_id":null,"html_url":"https://github.com/trackerproject/trackeRapp","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/trackerproject/trackeRapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackerproject%2FtrackeRapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackerproject%2FtrackeRapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackerproject%2FtrackeRapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackerproject%2FtrackeRapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trackerproject","download_url":"https://codeload.github.com/trackerproject/trackeRapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackerproject%2FtrackeRapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020355,"owners_count":26086866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-visualization","r","shiny","sports-app","web-app","web-development"],"created_at":"2025-01-31T11:20:04.976Z","updated_at":"2025-10-14T18:31:46.503Z","avatar_url":"https://github.com/trackerproject.png","language":"R","readme":"---\noutput: github_document\n---\n\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/trackeRapp)](https://cran.r-project.org/package=trackeRapp)\n[![Travis-CI Build Status](https://travis-ci.org/trackerproject/trackeRapp.svg?branch=master)](https://travis-ci.org/trackerproject/trackeRapp)\n[![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)\n\n\n\n# trackeRapp \u003cimg src=\"README_files/hex_trackeRapp.svg\" width=\"320\" align=\"right\"\u003e\n\n[**trackeRapp**](https://trackerapp.com) is a\n[**shiny**](http://shiny.rstudio.com) interface for the analysis and\ntracking of athletic activity data in R.\n\n**trackeRapp** builds on the extensive infrastructure provided by the\n[**trackeR**](https://cran.r-project.org/package=trackeR) R package to\nprovide a user-friendly web-interface of an integrated workflow for\nthe analysis of running, cycling and swimming data from GPS-enabled\ntracking devices. The interface offers a range of flexible interactive\nvisualisations and data-analytic tools.\n\n**trackeRapp** offers functionality to import, clean and organise data\nfrom raw activity files of popular formats (tcx, gpx, json and db3) in\na structured R object, and finally to export that object so that it\ncan be used for future analyses not only within **trackeRapp** but\nalso for more advanced modelling in R.\n\n## Installation\n\n**trackeRapp** can be installed by typing\n\n```{r eval = FALSE}\ninstall.packages(\"trackeRapp\")\n```\n\nThe development version of **trackeRapp** can also be installed directly from github by doing\n\n```{r eval = FALSE}\n# install.packages(\"remotes\")\nremotes::install_github(\"trackerproject/trackeRapp\")\n```\n\n## Getting started\n\nSee the [**tour de trackeRapp**](https://trackerproject.github.io/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.\n\n\nBelow are just a few screenshots from the **trackeRapp** web interface\n\n```{r out.width='95%', fig.align='center', fig.cap='Home page', echo=FALSE}\nknitr::include_graphics('README_files/loading.png')\n```\n\n\u003cbr\u003e\n\n```{r out.width='95%', fig.align='center', fig.cap='Session summaries', echo=FALSE}\nknitr::include_graphics('README_files/evening_sessions.png')\n```\n\n\u003cbr\u003e\n\n```{r out.width='95%', fig.align='center', echo=FALSE}\nknitr::include_graphics('README_files/map.png')\n```\n\n\u003cbr\u003e\n\n```{r out.width='95%', fig.align='center', echo=FALSE}\nknitr::include_graphics('README_files/session_summaries.png')\n```\n\n\u003cbr\u003e\n\n```{r out.width='95%', fig.align='center', echo=FALSE}\nknitr::include_graphics('README_files/zones_multiple_sessions.png')\n```\n\n\u003cbr\u003e\n\n```{r out.width='95%', fig.align='center', echo=FALSE}\nknitr::include_graphics('README_files/selected_workouts.png')\n```\n\n\n## Video channel\n**trackeRapp** has a dedicated [YouTube\nchannel](https://www.youtube.com/channel/UCY6y-pw8d1kek1WAIWiVhhw). The\nchannel features video tutorials about **trackeRapp** and the\nworkflow it provides.\n\n## Launching the user-interface\n\nThe web-interface can be accessed remotely at \u003chttps://www.trackerapp.com\u003e or on a local machine by doing:\n\n```{r example, eval=FALSE}\n# Load the package\nlibrary(\"trackeRapp\")\n# Open the interface in the browser\ntrackeR_app()\n```\n\n## Code of Conduct\n\nPlease note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrackerproject%2Ftrackerapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrackerproject%2Ftrackerapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrackerproject%2Ftrackerapp/lists"}