-
-
Notifications
You must be signed in to change notification settings - Fork 106
Description
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.
- Are there other R packages that accomplish the same thing? If so, how does yours differ or meet [our criteria for best-in-category](https://ropensci.github.io/dev_guide/policies.html#overlap)?
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.
- (If applicable) Does your package comply with our guidance around Ethics, Data Privacy and Human Subjects Research?
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
@tagthe editor you contacted.
Pre-submission inquiry:
rOpenSci discussion #702 (Sports Analytics category).
JOSS submission (review paused):openjournals/joss-reviews#9075
- Explain reasons for any
pkgcheckitems which your package is unable to pass.
None — all required pkgcheck items pass.
Technical checks
Confirm each of the following by checking the box.
- I have read the rOpenSci packaging guide.
- I have read the [author guide](https://devguide.ropensci.org/softwarereview_author.html) and I expect to maintain this package for at least 2 years or to find a replacement.
This package:
- does not violate the Terms of Service of any service it interacts with.
- has a CRAN and OSI accepted license.
- contains a [README with instructions for installing the development version](https://ropensci.github.io/dev_guide/building.html#readme).
- includes [documentation with examples for all functions, created with roxygen2](https://ropensci.github.io/dev_guide/building.html#documentation).
- contains a vignette with examples of its essential functions and uses.
- has a [test suite](https://ropensci.github.io/dev_guide/building.html#testing).
- has [continuous integration](https://ropensci.github.io/dev_guide/ci.html), including reporting of test coverage.
Publication options
-
Do you intend for this package to go on CRAN?
-
Do you intend for this package to go on Bioconductor?
-
Do you wish to submit an Applications Article about your package to [Methods in Ecology and Evolution](http://besjournals.onlinelibrary.wiley.com/hub/journal/10.1111/%28ISSN%292041-210X/)? If so:
MEE Options
- The package is novel and will be of interest to the broad readership of the journal.
- The manuscript describing the package is no longer than 3000 words.
- You intend to archive the code for the package in a long-term repository which meets the requirements of the journal (see [MEE's Policy on Publishing Code](https://besjournals.onlinelibrary.wiley.com/hub/journal/2041210x/policyonpublishingcode.html))
- (Scope: Do consider MEE's [Aims and Scope](http://besjournals.onlinelibrary.wiley.com/hub/journal/10.1111/%28ISSN%292041-210X/aims-and-scope/read-full-aims-and-scope.html) for your manuscript. We make no guarantee that your manuscript will be within MEE scope.)
- (Although not required, we strongly recommend having a full manuscript prepared when you submit here.)
- (Please do not submit your package separately to Methods in Ecology and Evolution)
Code of conduct
- I agree to abide by [rOpenSci's Code of Conduct](https://ropensci.org/code-of-conduct/) during the review process and in maintaining my package should it be accepted.