R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  if(!("asreml" %in% loadedNamespaces())) {
    packageStartupMessage("The QTL analysis functions in this package require the R package ASReml-R to be installed.
This is currently a commercially available product with a licensing system that varies
depending on the institution.

Please visit https://vsni.co.uk/software/asreml-r/ for more information including trial
licenses and pricing.")
      }
}

Try the wgaim package in your browser

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

wgaim documentation built on Sept. 11, 2024, 9:31 p.m.