Nothing
test_that("thinFeatures works", {
skip_on_ci()
skip_on_cran()
data(permafrost)
res <- thinFeatures(permafrost, "Type", n.cores = 2)
expect_snapshot(res$VSURF_outcome[,1]) #The other columns might be different because of the random nature of random forests...
})
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.