R/onAttach.R

Defines functions .onAttach

.onAttach <- function(...) {
  
  if (interactive()) {
    packageStartupMessage("vtree version ",utils::packageVersion("vtree")," -- For more information, type: vignette(\"vtree\")")
  }
}
nbarrowman/vtree documentation built on Jan. 11, 2024, 5:52 a.m.