Nothing
context("duplicated")
test_that("duplicated.editmatrix works",{
expect_equal(
duplicated.editmatrix(editmatrix(expression(
x < 0, x <= 0, y < 0))),
c(FALSE,FALSE,FALSE)
)
})
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.