R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  # Make sure at least one template exists
  tryCatch({
    template_root()
  }, error = function(e){})
}
dipterix/shidashi documentation built on Feb. 20, 2024, 6:08 a.m.