Nothing
test_that("logSumExpTrick", {
x <- 3
expect_equal(logSumExpTrick(x), x)
xs <- c(-1, 2, 0)
expect_equal(logSumExpTrick(xs), log(sum(exp(xs))))
expect_error(logSumExpTrick())
})
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.