Package: tbrf
Type: Package
Title: Time-Based Rolling Functions
Version: 0.1.3
Authors@R: c(
    person("Michael", "Schramm", role=c("aut", "cre"),
      email = "michael.schramm@ag.tamu.edu",
      comment = c(ORCID = "0000-0003-1876-6592")),
    person("Frank", "Harrell", role=c("ctb"))
    )
Maintainer: Michael Schramm <michael.schramm@ag.tamu.edu>
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: 6.1.1
Depends: R (>= 2.10)
Imports: boot, dplyr, lubridate, purrr, rlang, tibble, tidyr
Suggests: covr, ggalt, ggplot2, testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-11-15 21:00:29 UTC; michael.schramm
Author: Michael Schramm [aut, cre] (<https://orcid.org/0000-0003-1876-6592>),
  Frank Harrell [ctb]
Repository: CRAN
Date/Publication: 2019-11-15 21:30:02 UTC
