Nothing
test_that("par_pblapply performs lapply", {
X <- list(rnorm(7), 1:5, c(rep(0, 3), rep(1, 9)))
FUN <- function(x) 2 * x + x^2 - 12
expect_identical(lapply(X, FUN), par_pblapply(X, FUN, n_cores = 1))
expect_identical(lapply(X, FUN), par_pblapply(X, FUN, n_cores = 2))
})
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.