R/zzz.R

Defines functions .onAttach

timerenv <- new.env()

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(paste0('shinyDTC ', utils::packageVersion("shinyDTC"),
                               ': see the package vignette with `vignette("shinyDTC")`'))
}

Try the shinyDTC package in your browser

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

shinyDTC documentation built on June 8, 2025, 9:32 p.m.