R/zzz.R

Defines functions .onAttach

# .onLoad <- function(libname, pkgname) {
#   assign("samc_env", new.env(parent = emptyenv()), parent.env())
# }

.onAttach <- function(libname, pkgname) {
  msg <-paste("Version 2 and Version 3 had breaking changes. Check the package website for details.")
  packageStartupMessage(msg)
}

Try the samc package in your browser

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

samc documentation built on May 31, 2023, 5:23 p.m.