R/on_load.R

Defines functions .onLoad

crm_cache <- NULL # nocov start

.onLoad <- function(libname, pkgname){
  x <- hoardr::hoard()
  x$cache_path_set("crminer")
  crm_cache <<- x
} # nocov end
ropenscilabs/crminer documentation built on May 18, 2022, 7:36 p.m.