Skip to content

Commit

Permalink
remove duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
levenc committed Feb 8, 2024
1 parent 93b208c commit bb338ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Description: Determine individual pharmacokinetic (and
License: AGPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Depends:
R (>= 3.5.0)
Imports:
Expand Down
1 change: 0 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
rxode2::.s3register("rxode2::rxUiGet", "posologyr_ppk_model")
rxode2::.s3register("rxode2::rxUiGet", "posologyr_error_model")
rxode2::.s3register("rxode2::rxUiGet", "posologyr_sigma")
rxode2::.s3register("rxode2::rxUiGet", "posologyr")
}
2 changes: 2 additions & 0 deletions tests/testthat/test_rxui.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ test_that("mod_vancomycin_Goti2018", {

test_that("warfarin example", {

skip_on_cran()

mod_warfarin_nlmixr <- function() {
ini({
THETA_ktr=0.106
Expand Down

0 comments on commit bb338ab

Please sign in to comment.