tests/testthat/test_checkHostParams.r

# Test checkHostParams functions

test_that("test for installdir if presented", {
  testthat::skip_on_cran()
  testthat::skip_if(Sys.getenv("INSTALLDIR") == "",
                    message = "cannot start the test, INSTALLDIR variable is not specified.")

  multicoreHost <-
    NlmeParallelHost(
      sharedDirectory = tempdir(TRUE),
      installationDirectory = Sys.getenv("INSTALLDIR"),
      parallelMethod = NlmeParallelMethod("multicore"),
      hostName = "multicore",
      numCores = 4
    )

  testthat::local_edition(3)
  testthat::expect_snapshot_value(checkHostParams(multicoreHost))


})

Try the Certara.RsNLME package in your browser

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

Certara.RsNLME documentation built on April 3, 2025, 11:04 p.m.