R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  # output the specific message when package is loaded!
  RFver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                    fields=c("Description"))
  packageStartupMessage(paste(pkgname,': ', RFver))
}

Try the COAP package in your browser

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

COAP documentation built on May 29, 2024, 5:06 a.m.