R/onAttach.R

.onAttach <- function(lib, pkg) {
     packageStartupMessage(
         "This package is obsolete.\n",
         "The same functionality is in the R function 'psnice'\n",
         "    in the 'tools' package, which comes with R.\n")
}

Try the nice package in your browser

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

nice documentation built on May 2, 2019, 2:31 p.m.