R/bridgr-package.R

#' @description
#' To learn more about bridger, start with the vignettes:
#' `browseVignettes(package = "bridgr")`
#' @keywords internal
"_PACKAGE"
utils::globalVariables(c(
  ".", "id", "ind_freq", "month", "week", "quarter", "time", "year",
  "n", "values", "frquency", "period", "observations", "targ_freq"))

#' @importFrom magrittr %>%
#' @importFrom rlang %||%
#' @importFrom lubridate %m+% %m-%
#' @importFrom utils tail capture.output
#' @importFrom generics forecast
NULL

# Objects for re export

#' @export
generics::forecast

Try the bridgr package in your browser

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

bridgr documentation built on April 3, 2025, 9:22 p.m.