R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    # Runs when attached to search() path such as by library() or require()
    if (interactive()) 
    {
        packageStartupMessage("httk v",
                              as.character(packageVersion("httk")),
                              " successfully loaded. For help type: help(\"httk\")"
                              )
    }
}

Try the httk package in your browser

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

httk documentation built on April 3, 2025, 7:08 p.m.