R/zzz.r

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  msg <- paste(
    "This version of tidystats uses a new and improved way of",
    "structuring statistics. This breaks previous versions of",
    "tidystats. Updates to other tidystats-related software are coming soon."
  )
  packageStartupMessage(msg)
}

Try the tidystats package in your browser

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

tidystats documentation built on Oct. 17, 2023, 1:06 a.m.