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 Jan. 13, 2026, 1:09 a.m.