Nothing
test_that("general test case", {
equations <- c("A ~ some stuff",
"another_name ~ more stuff")
expect_equal(align_str_equations(equations),
c(" A ~ some stuff", "another_name ~ more stuff"))
})
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.