Nothing
testthat::test_that(
desc = "round_DIN1333 works",
code = {
x <- c(-2.5,2.5,3.5)
eCerto:::round_DIN1333(x)
testthat::expect_equal(eCerto:::round_DIN1333(x), c(-3, 3, 4))
}
)
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.