Skip to content

Commit

Permalink
Changed to defined funs only. UDFs are environment specific
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jan 3, 2025
1 parent cbb383d commit af7dd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rxUiGet.R
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ rxUiGet.funPartsDigest <- function(x, ...) {
# This changes how models can be expressed (and their output)
allow.ini=rxode2.syntax.allow.ini,
# Defined lower level functions and udf functions
definedFuns=.udfMd5Info(),
definedFuns= ls(.udfEnv$symengineFs, all.names=TRUE),
# Defined rxUdfUi methods
uiFuns=as.character(methods("rxUdfUi")),
# Add version of rxode2
Expand Down

0 comments on commit af7dd7a

Please sign in to comment.