R/zzz.R

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    paste("synchrony", 
          utils::packageDescription("synchrony",
                                    field="Version"),
          "loaded."),
    appendLF = TRUE)
}

Try the synchrony package in your browser

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

synchrony documentation built on May 2, 2019, 6:12 p.m.