R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) { # nolint
  ## covr misses this but it is run :)
  session_key_refresh() # nocov
  rewrite_reset() # nocov
  data_pkg_init() # nocov
}

Try the cyphr package in your browser

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

cyphr documentation built on June 20, 2022, 5:17 p.m.