skip_if_offline <- function() {
if (!is_online()) skip("Offline")
}
if (getOption("repos")["CRAN"] == "@CRAN@") {
options(repos = structure(c(CRAN = "http://cran.rstudio.com")))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.