R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    msg <- sprintf(
        "Please use MOFA2 instead of MOFA.\n Package '%s' is deprecated and will be removed from Bioconductor version %s. Please see replacement package MOFA2.",
    pkgname, "3.13")
    .Deprecated(msg=paste(strwrap(msg, exdent=2), collapse="\n"))
}

Try the MOFA package in your browser

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

MOFA documentation built on Feb. 11, 2021, 2:01 a.m.