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 July 26, 2023, 5:35 p.m.