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
sckott/taxspell documentation built on Dec. 31, 2020, 5:10 a.m.