tests/testthat/test-zzzzz.R

rxodeTest(
  {
    context("Cleanly unloads all dlls")
    test_that("Cleanly unloads all dlls", {
      val <- rxUnloadAll()
      if (identical(val, list())) {
        expect_equal(val, list())
      } else {
        warning("did not unload everything")
      }
    })
  },
  test = "focei"
)

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.