You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG FIX: Make future backend arguments (from the evaluator) available
to the backend factory function, so that things like:
mybackend <- function(..., a = f(b), b = 0) { ... }
works. Without this fix, 'b' will not be found.
0 commit comments