Nothing
## see src/Makevars.win
##
# Download libproj binaries
VERSION <- commandArgs(TRUE)
if(!file.exists(sprintf("../windows/proj-%s/include/proj.h", VERSION))){
download.file(sprintf("https://github.com/rwinlib/proj/archive/v%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.