R/attach.R

Defines functions .onAttach

.onAttach <- function(...)
{
    msg <- paste("This is hdrcde", utils::packageVersion("hdrcde"))
    base::packageStartupMessage(msg)
}

Try the hdrcde package in your browser

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

hdrcde documentation built on Jan. 18, 2021, 9:05 a.m.