Nothing
local_load_all_quiet()
test_that("it can load from outside of package root", {
expect_false('testHooks' %in% loadedNamespaces())
load_all(file.path("testHooks"))
expect_true('testHooks' %in% loadedNamespaces())
expect_true(is_dev_package("testHooks"))
unload(file.path("testHooks"))
expect_false('testHooks' %in% loadedNamespaces())
})
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.