R/zzz.R

Defines functions .onAttach .onLoad

.onLoad <- function(libname, pkgname, where) {
    require("methods", quietly=TRUE) || stop("Package methods not available")
    capable <- capabilities()
    if (!capable["tcltk"]) {
        stop("The tcltk package is not working.  Please consult the R FAQ")
    }
}

.onAttach <- function(libname, pkgname) {
    if (.Platform$OS.type == "windows")
      suppressWarnings(require("Biobase")) && addVigs2WinMenu("widgetTools")
}

Try the widgetTools package in your browser

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

widgetTools documentation built on Nov. 8, 2020, 8:29 p.m.