Skip to content

Athlytics: Sports Physiology Analytics from Local Activity Files and 'Strava' Exports #728

@HzaCode

Description

@HzaCode

Submitting Author Name: Zhiang He
Submitting Author Github Handle: @HzaCode
Repository: https://github.com/HzaCode/Athlytics
Version submitted: 1.0.0
Submission type: Standard
Editor: TBD
Reviewers: TBD

Archive: TBD
Version accepted: TBD
Language: en


  • Paste the full DESCRIPTION file inside a code block below:
Package: Athlytics
Title: Academic R Package for Sports Physiology Analysis from Local 'Strava' Data
Version: 1.0.0
Author: Zhiang He [aut, cre]
Maintainer: Zhiang He <[email protected]>
Authors@R:
    person("Zhiang", "He", email = "[email protected]", role = c("aut", "cre"))
Description: An open-source computational framework for longitudinal analysis of 
    exercise physiology metrics using local 'Strava' data exports. Designed 
    for personal analysis and sports science applications, this package provides 
    standardized functions to calculate and visualize key physiological indicators 
    including Acute:Chronic Workload Ratio (ACWR), Efficiency Factor (EF), and 
    training load metrics.
License: MIT + file LICENSE
URL: https://hezhiang.com/Athlytics/, https://github.com/HzaCode/Athlytics
BugReports: https://github.com/HzaCode/Athlytics/issues
Encoding: UTF-8
LazyData: true
Depends:
    R (>= 3.6.0)
Imports:
    dplyr (>= 1.0.0),
    ggplot2,
    lubridate,
    purrr,
    readr,
    rlang (>= 0.4.0),
    tidyr,
    viridis,
    zoo,
    R.utils,
    tools,
    utils
Suggests:
    devtools,
    knitr,
    pkgdown,
    rmarkdown,
    testthat (>= 3.0.0),
    mockery,
    XML,
    rStrava,
    xml2
Remotes:
    grimbough/FITfileR
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
NeedsCompilation: no

Scope

  • Please indicate which category or categories from our [package fit policies](https://devguide.ropensci.org/softwarereview_policies.html#package-categories) this package falls under: (Please check an appropriate box below. If you are unsure, we suggest you make a pre-submission inquiry.):

    • data retrieval
    • data extraction
    • data munging
    • data deposition
    • data validation and testing
    • workflow automation
    • version control
    • citation management and bibliometrics
    • scientific software wrappers
    • field and lab reproducibility tools
    • database software bindings
    • geospatial data
    • translation
  • Explain how and why the package falls under these categories (briefly, 1-2 sentences):

Athlytics provides a standardized, reproducible offline workflow for local Strava exports, covering cleaning/QC, computation of key physiology metrics (ACWR, EF, training load), and visualization. It emphasizes validation, automated pipelines, and research-grade reproducibility.

  • Who is the target audience and what are scientific applications of this package?

Sports scientists, exercise physiologists, coaches, and researchers analyzing endurance training. Applications include workload monitoring (ACWR), aerobic efficiency tracking (EF), decoupling assessment, and cohort benchmarking for longitudinal studies.

rStrava focuses on API retrieval; trackeR/activatr provide general activity analytics. Athlytics is API-free and privacy-first, offering an end-to-end, reproducible analysis pipeline with built-in physiological models tailored for research settings.

Yes. Analyses operate solely on user-owned local exports; no external personal data collection. Documentation encourages de-identification and minimal-data practices.

  • If you made a pre-submission inquiry, please paste the link to the corresponding issue, forum post, or other discussion, or @tag the editor you contacted.

Pre-submission inquiry:
rOpenSci discussion #702 (Sports Analytics category).
JOSS submission (review paused):openjournals/joss-reviews#9075

  • Explain reasons for any pkgcheck items which your package is unable to pass.

None — all required pkgcheck items pass.

Technical checks

Confirm each of the following by checking the box.

This package:

Publication options

MEE Options

Code of conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions