Nothing
# Windows CI
setup_os <- function() {
if (is_ci() && on_windows()) {
Sys.setenv(
PATH = paste0(
"C:\\Program Files\\Microsoft MPI\\bin;",
"C:\\Program Files\\GDAL;",
"C:\\taudem;",
Sys.getenv("PATH")
)
)
}
if (is_ci() && !on_windows()) {
Sys.setenv(TAUDEM_PATH="TauDEM/bin")
}
}
setup_os()
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.