R/welcome.R

Defines functions .onAttach

.onAttach <- function(lib, pkg)  {
  packageStartupMessage("Package 'medfate' [ver. ",
                        utils::packageDescription("medfate",
                                                  fields="Version"),"]",
                        appendLF = TRUE)
}

Try the medfate package in your browser

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

medfate documentation built on Aug. 29, 2023, 5:07 p.m.