R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  ver <- utils::packageVersion("rstantools")
  packageStartupMessage("This is rstantools version ", ver)
}

Try the rstantools package in your browser

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

rstantools documentation built on May 29, 2024, 4:02 a.m.