Skip to content

Commit

Permalink
Remove rxode2parse
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jul 17, 2024
1 parent 5e476cd commit 1ab1367
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Suggests:
testthat (>= 3.0.0),
dplyr,
withr,
rxode2parse,
nlmixr2data
Config/testthat/edition: 3
Encoding: UTF-8
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-plots-cens.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test_that("plot censoring", {
cmt2m <- nlmixr2est::nlmixr(cmt2)
)

skip_if_not(rxode2parse::.linCmtSens())
skip_if_not(rxode2::.linCmtSensB())

suppressMessages(
fit <-
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 <-
Expand Down

0 comments on commit 1ab1367

Please sign in to comment.