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/."
  )
}
LeoEgidi/footBayes documentation built on June 2, 2025, 11:32 a.m.