Nothing
VERSION <- commandArgs(TRUE)
if(!file.exists(sprintf("../windows/vtk-%s/include/vtk/vtkPolyData.h", VERSION))){
download.file(sprintf("https://github.com/rwinlib/vtk/archive/%s.zip", VERSION),
"lib.zip", quiet = TRUE)
dir.create("../windows", showWarnings = FALSE)
unzip("lib.zip", exdir = "../windows")
unlink("lib.zip")
}
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.