Nothing
test_that("cache fcts", {
this_cachedir <- cachedir()
expect_true(class(this_cachedir) == "character")
expect_true(dir.exists(this_cachedir))
clearcache()
expect_false(dir.exists(this_cachedir))
})
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.