R/init.R

.onAttach <- function(libname, pkgname){
  packageStartupMessage("")
  packageStartupMessage("***********************************************************")
  packageStartupMessage("")
  packageStartupMessage("      Welcome to the NiLeDAM package")
  packageStartupMessage("      An online graphical interface is available at:")
  packageStartupMessage("        http://glimmer.rstudio.com/tuxette/niledam/")
  packageStartupMessage("      Citation details with citation('NiLeDAM')")
  packageStartupMessage("")
  packageStartupMessage("      For questions/remarks, please contact the maintainer:")
  packageStartupMessage("        nathalie@nathalievilla.org")
  packageStartupMessage("")
  packageStartupMessage("***********************************************************")
}

Try the NiLeDAM package in your browser

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

NiLeDAM documentation built on May 2, 2019, 5:22 p.m.