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
NeedsCompilation: no
Packaged: 2025-08-19 13:46:51 UTC; michael.schramm
Author: Michael Schramm [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-1876-6592>),
  Frank Harrell [ctb],
  Bob Rudis [ctb]
Maintainer: Michael Schramm <mpschramm@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-19 14:10:02 UTC
Built: R 4.4.3; ; 2025-10-13 11:56:25 UTC; windows
