R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  msg <- paste(
    "Migration Notice: Support for this package on CRAN ends 12/30/2026.",
    "Please migrate to **Qploidy2**: https://github.com/Breeding-Insight/Qploidy2"
  )

  packageStartupMessage(msg)
}

Try the Qploidy package in your browser

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

Qploidy documentation built on July 11, 2026, 5:06 p.m.