R/init.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    txt <- paste0("\nThe 'spdl' package is not meant for interactive work following 'library(spdl)'.\n",
                  "Rather, just call its functions directly (e.g. 'spdl::info(\"Some message\")')\n",
                  "without attaching the package.\n")
    packageStartupMessage(txt)
}

Try the spdl package in your browser

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

spdl documentation built on July 9, 2023, 5:07 p.m.