R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    title <- read.dcf(file = system.file("DESCRIPTION", package = pkgname),
                        fields = "Title")
    version <- read.dcf(file = system.file("DESCRIPTION", package = pkgname),
                        fields = "Version")
    packageStartupMessage(paste0(pkgname, " ", version, ": ", title), "\nPlease report bugs here: github.com/jmpsteen/medflex/issues")
}

Try the medflex package in your browser

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

medflex documentation built on July 10, 2023, 2 a.m.