R/startup.R

.onAttach <- function(libname, pkgname) {
  # Starts when package is loaded
  if (interactive()) {
    packageStartupMessage('For documentation, see: https://github.com/JasperHG90/TenK/wiki or execute "vignette("TenK")". For information on how to cite this package execute "citation("TenK")"')
  }
}
JasperHG90/TenK documentation built on May 7, 2019, 10:33 a.m.