R/zzz.r

Defines functions .onAttach

.onAttach <- function(lib, pkg)  {
    packageStartupMessage("This is eHOF ",
    utils::packageDescription("eHOF", field="Version"), paste(' - build: '),
    utils::packageDate('eHOF'),
    appendLF = TRUE)
    options(eHOF.bootselectmessage = TRUE)
    options(repos = c(CRAN="http://cran.r-project.org"))
}

Try the eHOF package in your browser

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

eHOF documentation built on April 23, 2022, 1:05 a.m.