R/onAttach.R

Defines functions .onAttach

#' @import salso
.onAttach <- function(libname, pkgname) {
  packageStartupMessage("The 'sdols' package has been supplanted by the 'salso' package.")
}

Try the sdols package in your browser

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

sdols documentation built on Nov. 8, 2020, 4:38 p.m.