Nothing
test_that("futures work", {
skip_if_not_installed("future.batchtools")
path = Sys.getenv("R_FUTURE_CACHE_PATH")
if (!nzchar(path))
Sys.setenv(R_FUTURE_CACHE_PATH = fs::path(fs::path_temp(), ".future"))
library("future")
library("future.batchtools")
plan(batchtools_local)
pid %<-% { Sys.getpid() }
expect_count(pid)
expect_false(pid == Sys.getpid())
})
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.