R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
if (!("methods" %in% .packages())) attachNamespace("methods")
modules <- paste0("stan_fit4", names(stanmodels), "_mod")
for (m in modules) loadModule(m, what = TRUE)
}

Try the bmlm package in your browser

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

bmlm documentation built on Sept. 25, 2023, 5:09 p.m.