filterPackagesToUpdate <-
function(regexes, pkgs)
{
regex = paste(regexes, collapse="|")
hits <- grep(regex, pkgs[,"Package"], invert=TRUE)
pkgs[hits, , drop=FALSE]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.