Package: TwoRegression Type: Package Title: Develop and Apply Two-Regression Algorithms Version: 1.1.1 Authors@R: c( person(c("Paul", "R."), "Hibbing", email = "paulhibbing@gmail.com", role = c("aut","cre")), person(c("Vincent", "T."), "van Hees", role = "ctb")) Depends: R (>= 3.5.0) Description: Facilitates development and application of two-regression algorithms for research-grade wearable devices. It provides an easy way for users to access previously-developed algorithms, and also to develop their own. Initial motivation came from Hibbing PR, LaMunion SR, Kaplan AS, & Crouter SE (2018) . However, other algorithms are now supported. Please see the associated references in the package documentation for full details of the algorithms that are supported. License: GPL-3 Encoding: UTF-8 LazyData: true Imports: dplyr (>= 0.5.0), ggplot2 (>= 3.4.0), gridExtra (>= 2.3), lubridate, magrittr (>= 1.5), PAutilities (>= 1.1.0), pROC (>= 1.16.0), RcppRoll, rlang, stats, tidyr RoxygenNote: 7.1.2 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr URL: https://github.com/paulhibbing/TwoRegression BugReports: https://github.com/paulhibbing/TwoRegression/issues Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev Repository: https://paulhibbing.r-universe.dev Date/Publication: 2025-11-15 12:36:04 UTC RemoteUrl: https://github.com/paulhibbing/tworegression RemoteRef: HEAD RemoteSha: 1ecf30de33892765ad82320062d660cedf79db17 NeedsCompilation: no Packaged: 2026-07-12 06:24:18 UTC; root Author: Paul R. Hibbing [aut, cre], Vincent T. van Hees [ctb] Maintainer: Paul R. Hibbing