R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    packageStartupMessage(
      paste("\nThis is pRoloc version", packageVersion("pRoloc"), "\n",
            " Visit https://lgatto.github.io/pRoloc/ to get started.\n"))

    if (interactive() && .Platform$OS.type == "windows" &&
        .Platform$GUI == "Rgui") {
        Biobase::addVigs2WinMenu("pRoloc")
    }
}

Try the pRoloc package in your browser

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

pRoloc documentation built on Nov. 8, 2020, 6:26 p.m.