R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg)  {
    packageStartupMessage("\n###################################",
                          "\n  This is hsdar ",
                          utils::packageDescription("hsdar",
                                                    field="Version"),
                          "\n  To get citation entry type",
                          "\n      'citation(\"hsdar\")'",
                          "\n###################################",
                          appendLF = TRUE)
    .restoreParallel()
}

Try the hsdar package in your browser

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

hsdar documentation built on March 18, 2022, 6:35 p.m.