Package: Athlytics Title: A Reproducible Framework for Endurance Data Analysis Version: 1.0.6 Authors@R: c( person("Zhiang", "He", email = "ang@hezhiang.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0009-0171-4578")), person("Eunseop", "Kim", role = "rev", comment = "Eunseop Kim reviewed the package (v. 1.0.4) for rOpenSci, see https://github.com/ropensci/software-review/issues/728"), person("Simon", "Nolte", role = "rev", comment = "Simon Nolte reviewed the package (v. 1.0.4) for rOpenSci, see https://github.com/ropensci/software-review/issues/728") ) Description: Tools for reproducible, offline analysis of endurance-training data exported from 'Strava'. Provides data import, quality-control, cohort-reference, and visualization helpers for sports-science indicators including acute:chronic workload ratio, aerobic efficiency, cardiovascular decoupling, exposure, and personal-best profiles. License: MIT + file LICENSE URL: https://docs.ropensci.org/Athlytics/, https://github.com/ropensci/Athlytics BugReports: https://github.com/ropensci/Athlytics/issues Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0) Imports: dplyr (>= 1.0.0), ggplot2, lubridate, rlang (>= 0.4.0), tidyr, zoo, tools, utils Suggests: FITfileR, knitr, pkgdown, R.utils, readr, rmarkdown, testthat (>= 3.1.5), vdiffr, xml2 Additional_repositories: https://grimbough.r-universe.dev VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 NeedsCompilation: no Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-06-15 14:12:10 UTC RemoteUrl: https://github.com/ropensci/Athlytics RemoteRef: main RemoteSha: 121d92c6fbba90e49c2b7350f81ac792b7a825f4 Packaged: 2026-06-15 15:48:17 UTC; root Author: Zhiang He [aut, cre] (ORCID: ), Eunseop Kim [rev] (Eunseop Kim reviewed the package (v. 1.0.4) for rOpenSci, see https://github.com/ropensci/software-review/issues/728), Simon Nolte [rev] (Simon Nolte reviewed the package (v. 1.0.4) for rOpenSci, see https://github.com/ropensci/software-review/issues/728) Maintainer: Zhiang He