R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
    packageStartupMessage("This is gravy ",
                          utils::packageDescription("gravy",
                                                    field="Version"),
                          appendLF = TRUE)

}

Try the gravy package in your browser

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

gravy documentation built on May 2, 2019, 4:46 p.m.