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")
}
fcampelo/CAISEr documentation built on Nov. 28, 2022, 3:15 a.m.