Nothing
# Build against libtiff compiled with Rtools
if (!file.exists("../windows/libtiff-4.1.0/mingw64/include/tiff.h")) {
if (getRversion() < "3.3.0") setInternet2()
download.file("https://github.com/rwinlib/libtiff/archive/v4.1.0.zip",
"lib.zip", quiet = TRUE)
dir.create("../windows", showWarnings = FALSE)
unzip("lib.zip", exdir = "../windows")
unlink("lib.zip")
}
# Build against static libraries from rwinlib
if(!file.exists(sprintf("../windows/libcurl-%s/include/curl/curl.h", "7.64.1"))){
if(getRversion() < "3.3.0") setInternet2()
download.file(sprintf("https://github.com/rwinlib/libcurl/archive/v%s.zip", "7.64.1"), "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.