diff --git a/DESCRIPTION b/DESCRIPTION index dcb1426..c040582 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,7 +32,6 @@ Suggests: testthat (>= 3.0.0), dplyr, withr, - rxode2parse, nlmixr2data Config/testthat/edition: 3 Encoding: UTF-8 diff --git a/tests/testthat/test-plots-cens.R b/tests/testthat/test-plots-cens.R index 6880acc..9ce072e 100644 --- a/tests/testthat/test-plots-cens.R +++ b/tests/testthat/test-plots-cens.R @@ -52,7 +52,7 @@ test_that("plot censoring", { cmt2m <- nlmixr2est::nlmixr(cmt2) ) - skip_if_not(rxode2parse::.linCmtSens()) + skip_if_not(rxode2::.linCmtSensB()) suppressMessages( fit <- diff --git a/tests/testthat/test-plots.R b/tests/testthat/test-plots.R index 865db18..5e5457a 100644 --- a/tests/testthat/test-plots.R +++ b/tests/testthat/test-plots.R @@ -26,7 +26,7 @@ test_that("test plots with vdiffr", { # Set DV to LOQ for all censored items censData$DV[censData$CENS == 1] <- 3 - skip_if_not(rxode2parse::.linCmtSens()) + skip_if_not(rxode2::.linCmtSensB()) suppressMessages( fit <-