Nothing
test_that("testex code blocks evaluate expectations against target symbol", {
# style = I("standalone") used to avoid converting test style to accommodate
# running testthat suite.
expect_silent({
..Last.value <- 3
testex(style = I("standalone"), identical(., 3), value = ..Last.value)
})
expect_error({
..Last.value <- 3
testex(style = I("standalone"), identical(., 4), value = ..Last.value)
})
})
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.