R/zzz.R

Defines functions .onLoad

# nocov start
.onLoad <- function(...) {
  s3_register("fabletools::features", "SharedTsibbleData")
  s3_register("fabletools::model", "SharedTsibbleData")
  s3_register("fabletools::components", "SharedTsibbleData")
  s3_register("fabletools::forecast", "SharedTsibbleData")

  s3_register("dplyr::mutate", "SharedTsibbleData")
  s3_register("dplyr::filter", "SharedTsibbleData")
}
# nocov end

Try the tsibbletalk package in your browser

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

tsibbletalk documentation built on Oct. 23, 2020, 8:09 p.m.