Nothing
test_that("multicores works", {
data("ndvi")
expect_equal(opgd(NDVIchange ~ ., data = ndvi,
discvar = c("Tempchange","Precipitation","GDP","Popdensity"),
discnum = 3:6, cores = 1),
opgd(NDVIchange ~ ., data = ndvi,
discvar = c("Tempchange","Precipitation","GDP","Popdensity"),
discnum = 3:6, 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.