Nothing
testthat::test_that("unrowwise() works", {
v <- c(1 / 3, 1 / 3, 1 / 3)
expect_equal(
sum(v),
sum(round_preserve_sum(v, digits = 1))
)
})
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.