Nothing
test_that("parenthesis/bracket identical", {
expect_equal(slca(l[3] ~ a + b + c), slca(l(3) ~ a + b + c))
})
test_that("stop without number works", {
expect_error(slca(l ~ a + b + c))
})
test_that("stop if there are multiple parents", {
expect_error(slca(l[3] ~ a + b + c,
l2[3] ~ a + b + c))
})
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.