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
In success case, we should not need to match.call the user call. Can it be avoided?
More generally, the match.call used within functions should be avoidable by using a wrapper to functions (See #66) so that information is "compiled" in and does not need to be regenerated each time the function is called.
The text was updated successfully, but these errors were encountered:
In success case, we should not need to match.call the user call. Can it be avoided?
More generally, the
match.call
used within functions should be avoidable by using a wrapper to functions (See #66) so that information is "compiled" in and does not need to be regenerated each time the function is called.The text was updated successfully, but these errors were encountered: