tests/testthat/test-rxode-issue-008.R

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
    })))
  })
}
nlmixr2/rxode2 documentation built on Jan. 11, 2025, 8:48 a.m.