R/onAttach.R

Defines functions .onAttach

.onAttach <- function(...) {
  
  if (interactive()) {
    packageStartupMessage("vtree version ",utils::packageVersion("vtree")," -- For more information, type: vignette(\"vtree\")")
  }
}

Try the vtree package in your browser

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

vtree documentation built on Dec. 11, 2022, 1:05 a.m.