Package: tbrf Type: Package Title: Time-Based Rolling Functions Version: 0.1.7 Authors@R: c( person("Michael", "Schramm", role=c("aut", "cre", "cph"), email = "mpschramm@gmail.com", comment = c(ORCID = "0000-0003-1876-6592")), person("Frank", "Harrell", role=c("ctb")), person("Bob", "Rudis", role=c("ctb")) ) Description: Provides rolling statistical functions based on date and time windows instead of n-lagged observations. URL: https://mps9506.github.io/tbrf/ BugReports: https://github.com/mps9506/tbrf/issues License: GPL-3 | file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.1 Depends: R (>= 2.10), ggplot2 (>= 2.2.1) Imports: boot, dplyr, lubridate, purrr, rlang, stats, tibble, tidyr Suggests: spelling, covr, testthat, knitr, rmarkdown VignetteBuilder: knitr Language: en-US Config/Needs/website: mps9506/mpsTemplates Config/pak/sysreqs: libicu-dev Repository: https://mps9506.r-universe.dev Date/Publication: 2025-08-19 13:32:30 UTC RemoteUrl: https://github.com/mps9506/tbrf RemoteRef: HEAD RemoteSha: 8fa0344d1c93a540e04672fd4d23f82a3f0228cb NeedsCompilation: no Packaged: 2026-05-29 10:38:35 UTC; root Author: Michael Schramm [aut, cre, cph] (ORCID: ), Frank Harrell [ctb], Bob Rudis [ctb] Maintainer: Michael Schramm