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 http://www.vsni.co.uk/products/asreml/ 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 Oct. 3, 2019, 9:03 a.m.