Nothing
test_that(".onAttach does not modify the random stream", {
set.seed(42)
x <- runif(5)
set.seed(42)
.onAttach()
expect_equal(runif(5), x)
})
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.