Nothing
testthat::test_that('Verificando função calc_mchc', {
testthat::expect_equal(calc_mchc(15, 40), 37.5)
testthat::expect_equal(calc_mchc(10, 15), 66.7)
testthat::expect_error(calc_mchc())
testthat::expect_error(calc_mchc(-10, 50))
testthat::expect_error(calc_mchc(10, -50))
testthat::expect_error(calc_mchc(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.