Nothing
testthat::test_that('Verificando função calc_mcv', {
testthat::expect_equal(calc_mcv(40, 5), 80.0)
testthat::expect_equal(calc_mcv(30, 3), 100.0)
testthat::expect_error(calc_mcv())
testthat::expect_error(calc_mcv(-10, 50))
testthat::expect_error(calc_mcv(10, -50))
testthat::expect_error(calc_mcv(10, 0))
})
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.