source("http://bioconductor.org/biocLite.R")
workflowInstall <- function(pkg, ...)
{
repos <- c(biocinstallRepos(),
sprintf("%s//bioconductor.org/packages/%s/workflows",
BiocInstaller:::.protocol(),
BiocInstaller::biocVersion()))
install.packages(pkg, repos=repos, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.