context("Function .crtlgetBestPolyhedron")
test_that(".crtlgetBestPolyhedron", {
expect_error(.crtlgetBestPolyhedron(maxiter = -1, thresholdIndic = 0.5))
expect_error(.crtlgetBestPolyhedron(maxiter = 3, thresholdIndic = 1.2))
expect_warning(.crtlgetBestPolyhedron(maxiter = 3.5, thresholdIndic = 0.5))
expect_silent(.crtlgetBestPolyhedron(maxiter = 5, thresholdIndic = 0.8))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.