Nothing
test_that("default kernel sum is conserved", {
expect_equal(sum(exponential_kernel()), 149.48997)
})
test_that("dimensions are correct", {
expect_equal(dim(exponential_kernel()), c(49, 49))
})
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.