Nothing
## 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.