if (!.Call(`_rxode2_isIntel`)) {
test_that("Assign statement", {
expect_error(capture.output(rxode2({
x <- max(x, 0)
d / dt(x) <- x - a * y
d / dt(y) <- b * x - 2 * y
})))
})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.