R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) { # nocov start
  modules <- paste0("stan_fit4", names(stanmodels), "_mod")
  for (m in modules) loadModule(m, what = TRUE)
} # nocov end
csetraynor/mctte documentation built on Oct. 20, 2019, 10:36 p.m.