R/onAttach.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
     packageStartupMessage(
         "If you want correct answers, use rational arithmetic.\n",
         "See the Warnings sections in help pages for\n",
         "    functions that do computational geometry.")
}

Try the rcdd package in your browser

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

rcdd documentation built on May 29, 2024, 2:21 a.m.