Package: STMr Title: Strength Training Manual R-Language Functions Version: 0.1.7 Authors@R: person(given = "Mladen", family = "Jovanović", role = c("aut", "cre"), email = "coach.mladen.jovanovic@gmail.com") Description: Strength training prescription using percent-based approach requires numerous computations and assumptions. 'STMr' package allow users to estimate individual reps-max relationships, implement various progression tables, and create numerous set and rep schemes. The 'STMr' package is originally created as a tool to help writing Jovanović M. (2020) Strength Training Manual . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://mladenjovanovic.github.io/STMr/ BugReports: https://github.com/mladenjovanovic/STMr/issues Imports: dplyr, ggfittext, ggplot2, magrittr, minpack.lm, nlme, quantreg, stats, tidyr Suggests: testthat (>= 3.0.0) Depends: R (>= 2.10) Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev libjpeg-dev libpng-dev libxml2-dev libssl-dev Repository: https://mladenjovanovic.r-universe.dev Date/Publication: 2026-01-21 23:24:33 UTC RemoteUrl: https://github.com/mladenjovanovic/stmr RemoteRef: HEAD RemoteSha: 5fbdef5dae9738b728b8e2669f05f00227268c4c NeedsCompilation: no Packaged: 2026-06-21 06:53:08 UTC; root Author: Mladen Jovanović [aut, cre] Maintainer: Mladen Jovanović