R/onload.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  err$onload_hook()
  invisible()
}

Try the asciicast package in your browser

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

asciicast documentation built on May 29, 2024, 6:24 a.m.