Nothing
# mostly for the test coverage
test_that(".onDetach", {
old <- is_loaders_hack_installed()
if (old) on.exit(hack_r_loaders(), add = TRUE)
###
hack_r_loaders()
.onDetach('dummy')
expect_false(is_loaders_hack_installed())
})
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.