R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  lapply(seq_along(stanmodels), \(x) assign(names(stanmodels)[x], stanmodels[[x]], envir = asNamespace('baldur')))
  Rdpack::Rdpack_bibstyles(package = pkgname, authors = "LongNames")
}

Try the baldur package in your browser

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

baldur documentation built on Sept. 18, 2023, 9:07 a.m.