R/echos-package.R

#' @importFrom tidyr pivot_longer
#' @importFrom rlang .data enquo sym
#' @importFrom stats complete.cases diffinv na.omit runif quantile sd lm residuals
#' @importFrom graphics lines par abline matplot polygon
#' @importFrom grDevices adjustcolor colorRampPalette
#' @importFrom utils tail
#' @importFrom distributional dist_normal dist_sample
#' @importFrom dplyr select filter mutate arrange bind_rows bind_cols
#' @import Rcpp
#' @import RcppArmadillo
#' @import tsibble
#' @import fabletools
#' @useDynLib echos, .registration = TRUE

.onUnload <- function (libpath) {
  library.dynam.unload("echos", libpath)
}
NULL

Try the echos package in your browser

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

echos documentation built on June 23, 2025, 5:09 p.m.