R/on_load.R

Defines functions .onLoad

ts_cache <- NULL # nocov start
.onLoad <- function(libname, pkgname){
  x <- hoardr::hoard()
  x$cache_path_set("taxspell")
  ts_cache <<- x
} # nocov end
ropenscilabs/taxspell documentation built on Dec. 6, 2020, 6:23 a.m.