R/onLoad.R

Defines functions .onLoad

laselva_cache <- NULL # nocov start

.onLoad <- function(libname, pkgname){
  x <- hoardr::hoard()
  x$cache_path_set("laselva")
  laselva_cache <<- x
} # nocov end
sckott/laselva documentation built on April 10, 2021, 4:15 a.m.