R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  # Make sure at least one template exists
  tryCatch({
    template_root()
  }, error = function(e){})
}

Try the shidashi package in your browser

Any scripts or data that you put into this service are public.

shidashi documentation built on April 4, 2023, 5:16 p.m.