tests/testthat/test-npde-mac.R

rxodeTest(
  {
    test_that("npde simulation works on mac nlmixr #460", {
      skip_if(!file.exists(test_path("si.qs")))
      si <- qs::qread(test_path("si.qs"))
      si$object <- RxODE(si$object)
      set.seed(1009)
      solve <- expect_error(suppressWarnings(do.call(RxODE::rxSolve, si)), NA)
    })
  },
  test = "lvl2"
)

Try the RxODE package in your browser

Any scripts or data that you put into this service are public.

RxODE documentation built on March 23, 2022, 9:06 a.m.