-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable lambdas in all sugar functions #1373
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
As discussed over DM as it happened, the reverse depends run for this one tossed up three packages coughing so to be refined or to be patched there. |
I think that 8ba2d7b |
Stupid mistake... I inadvertently dropped |
Very nice, and confirmed for those three plus one that was flakey in the last run (and now passed too). Waiting on one new package.... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thumbs up!
Part of #1365, as discussed in #1370. Takes the idea in #296 that enabled lambdas for sapply, and generalizes it as a variadic
result_of
that now is applied to lapply, mapply and outer too, enabling lambdas for them too.Checklist
R CMD check
still passes all tests