R/onAttach.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage("\nCAISEr version 1.0.16
Not compatible with code developed for 0.X.Y versions
If needed, please visit https://git.io/fjFwf for version 0.3.3")
}

Try the CAISEr package in your browser

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

CAISEr documentation built on Nov. 17, 2022, 1:07 a.m.