Nothing
#' @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
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.