R/zzz.R

Defines functions .onAttach

.onAttach = function(libname, pkgname) {
    #Sys.info()["sysname"]
    packageStartupMessage("**********\nThank you for using the simplePHENOTYPES\n",
    "For the reference publication, please run: citation(\"simplePHENOTYPES\")\n",
    "A Developmental version may be found at: https://github.com/samuelbfernandes/simplePHENOTYPES\n**********"
    )
}

Try the simplePHENOTYPES package in your browser

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

simplePHENOTYPES documentation built on Jan. 20, 2021, 5:09 p.m.