R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
  packageStartupMessage(
    "NOTE: hdbayes 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 hdbayes package in your browser

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

hdbayes documentation built on Sept. 11, 2024, 5:34 p.m.