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
}
richfitz/cyphr documentation built on Aug. 23, 2023, 8:01 a.m.