test_that("Zero should be a singularity", {
pars <- get_default_pars()
xeq <- find_singularities(from = -1, to = 1, pars, init = c(1000, 1000))
expect_equal(xeq, 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.