R/startup.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
  packageStartupMessage(
    "NOTE: footBayes depends on the R package cmdstanr, which is not available on CRAN.
      The cmdstanr package may be installed at https://mc-stan.org/cmdstanr/."
  )
}

Try the footBayes package in your browser

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

footBayes documentation built on June 8, 2025, 11:16 a.m.