R/zzz.R

Defines functions `.onLoad`

`.onLoad` <- function(libname, pkgname) {
    options(M=NA)
    options("prompt" = "The package will return gibberish until you set the working modulus with modulus().  Type something like 'modulus(7)' to get started.  ")
}
RobinHankin/clock documentation built on Nov. 8, 2021, 6:17 p.m.