Nothing
if (FALSE) {
(function() {
odir <- getwd()
on.exit(setwd(odir))
setwd("~")
pkg <- "polynomial"
command <- sprintf("Rcmd build %s", pkg)
cat(normalizePath(getwd()), ">", command, "\n\n", sep = "")
system(command)
command <- sprintf("Rcmd check --as-cran --no-multiarch %s_%s.tar.gz",
pkg, utils::packageVersion(pkg))
cat(normalizePath(getwd()), ">", command, "\n\n", sep = "")
system(command)
})()
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.