R/zzz.R

Defines functions .onAttach

  .onAttach <- function(...) {
      packageStartupMessage("Important regclass change from 1.3:\nAll functions that had a . in the name now have an _\nall.correlations -> all_correlations, cor.demo -> cor_demo, etc.\n")
  }

Try the regclass package in your browser

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

regclass documentation built on March 26, 2020, 8:02 p.m.