Skip to content

Commit

Permalink
remove check for minimum version of nmrec
Browse files Browse the repository at this point in the history
 - we now require nmrec >=0.3.0
  • Loading branch information
barrettk committed Jun 28, 2024
1 parent aa78cbb commit 9f933ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/run-nmtran.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ run_nmtran <- function(
nmtran_exe = NULL,
delete_on_exit = TRUE
){
test_nmrec_version(.min_version = "0.3.0")
check_model_object(.mod, "bbi_nonmem_model")

# Capture NONMEM and NMTRAN options
Expand Down

0 comments on commit 9f933ce

Please sign in to comment.