Skip to content

Commit

Permalink
Fix rxIs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Nov 23, 2024
1 parent aac05f0 commit 069bcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/preProcessDataUi.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
on.exit({
rxode2::rxUdfUiReset()
})
if (rxIs(data, "event.data.frame")) {
if (rxode2::rxIs(data, "event.data.frame")) {
rxode2::rxUdfUiData(data)
}
rxode2::rxUdfUiEst(est)
Expand Down

0 comments on commit 069bcb7

Please sign in to comment.