globals <- new.env(parent=emptyenv(), hash=TRUE)
.First.lib <- function(libname, pkgname) {
globals$have_RCurl <- suppressWarnings(require("RCurl", quietly=TRUE))
}
.onLoad <- .First.lib
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.