R/zzz.R

Defines functions .onLoad

##' @importFrom Rcpp loadModule
.onLoad <- function(libname, pkgname) { # nocov start
    loadModule("stan_fit4model_tmb_mod", what=TRUE)
}

Try the tmbstan package in your browser

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

tmbstan documentation built on Aug. 26, 2023, 5:08 p.m.