.onAttach <- function(libname, pkgname) {
msg <- sprintf(
"Package '%s' is deprecated and will be removed from Bioconductor
version %s", pkgname, "3.13")
.Deprecated(msg=paste(strwrap(msg, exdent=2), collapse="\n"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.