R/on_load.R

Defines functions .onLoad

core_cache <- NULL # nocov start

.onLoad <- function(libname, pkgname){
  x <- hoardr::hoard()
  x$cache_path_set("rcoreoa")
  core_cache <<- x
} # nocov end
ropensci/rcore documentation built on Sept. 16, 2022, 5:36 p.m.