Nothing
.onAttach <- function(libname, pkgname) {
msg <- c(
"\n*** Deprecation warning ***\n",
"The ", pkgname, " package is deprecated and will be removed from\n",
"Bioconductor 3.6.\n"
)
msg <- paste(msg, collapse="")
.Deprecated(msg=msg)
invisible(NULL)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.