R/on_load.R

Defines functions .onLoad

rrcache <- NULL # nocov start
.onLoad <- function(libname, pkgname) {
  x <- hoardr::hoard()
  x$cache_path_set(path = 'rerddap', type = 'tempdir')
  rrcache <<- x
} # nocov end
ropensci/rerddap documentation built on Jan. 25, 2024, 6:36 p.m.