R/attach.r

Defines functions .onAttach

.onAttach <- function(...) {
  if(!interactive()) return()
  packageStartupMessage('  Please cite mpoly! See citation("mpoly") for details.')  
}

Try the mpoly package in your browser

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

mpoly documentation built on March 26, 2020, 7:33 p.m.