R/tbrf-package.R

## usethis namespace: start
#' @import boot
#' @import dplyr
#' @import ggplot2
#' @import rlang
#' @importFrom lubridate as.duration
#' @importFrom lubridate as.period
#' @importFrom lubridate duration
#' @importFrom lubridate interval
#' @importFrom purrr map
#' @importFrom stats median
#' @importFrom stats qf
#' @importFrom stats qnorm
#' @importFrom stats var
#' @importFrom tibble as_tibble
#' @importFrom tibble enframe
#' @importFrom tidyr pivot_wider
#' @importFrom tidyr unnest
## usethis namespace: end
NULL

#' Time-Based Rolling Functions
#'
#' Provides rolling statistical functions based
#' on date and time windows instead of n-lagged observations.
#'
#' @name tbrf
#' @author Michael Schramm
"_PACKAGE"

Try the tbrf package in your browser

Any scripts or data that you put into this service are public.

tbrf documentation built on Aug. 21, 2025, 6:04 p.m.