tests/testthat/test_pk_1c_extravascular_ode.r

# 1 Comp Extravascular PML generation

test_that("PML generation", {
  location <-
    system.file("extdata/PkModel", "pk_1c_extravascular_ode.txt",
                package =
                  "Certara.RsNLME")
  referenceModel <- gsub("\\s+", "", readLines(location))

  model <- pkmodel(
    isPopulation = TRUE,
    numCompartments = 1,
    absorption = "Extravascular",
    modelName = "Categorical",
    isClosedForm = FALSE,
    columnMap = FALSE
  )

  model <- model %>%
    residualError(errorType = "Additive", SD = 1)

  newModel <- gsub("\\s+", "", as.character(model@statements))

  expect_that(referenceModel, equals(newModel))
})

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.