R/on_load.R

Defines functions .onLoad

rhdx_cache <- NULL # nocov start

.onLoad <- function(libname, pkgname) {
  x <- hoardr::hoard()
  x$cache_path_set("rhdx")
  rhdx_cache <<- x
  set_rhdx_config()
} # nocov end
dickoa/rhdx documentation built on Oct. 13, 2021, 8:36 p.m.