Skip to content

Commit

Permalink
Revert #199 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 29, 2022
1 parent 10c1af1 commit b8dd095
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/nlmixr2Est.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ nlmixr2Est0 <- function(env, ...) {
if (!exists("missingTable", envir=env)) {
assign("missingTable", TRUE, envir=env)
}
if (inherits(env$ui, "rxUi")) {
.modelName <- env$ui$modelName
assign("ui", env$ui$fun(), envir=env) # re-evaluate so it doesn't overwrite inital ui
assign("modelName", .modelName, envir=env$ui)
}
.doIt <- TRUE
if (is.null(get("missingTable", envir=env))) {
} else if (get("missingTable", envir=env)) {
Expand Down

0 comments on commit b8dd095

Please sign in to comment.