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
macartan/gbiqq documentation built on April 28, 2024, 10:07 p.m.