Skip to content

Commit

Permalink
Comment out control for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Nov 23, 2024
1 parent 069bcb7 commit fc1a5e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/preProcessDataUi.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
rxode2::rxUdfUiData(data)
}
rxode2::rxUdfUiEst(est)
rxode2::rxUdfUiControl(control)
# Add for next version of rxode2
## rxode2::rxUdfUiControl(control)
.ui <- rxode2::rxode2(.ui)
}
list(ui=.ui)
Expand Down

0 comments on commit fc1a5e8

Please sign in to comment.