We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In base:%or%:
base:%or%
else if (length(a) > 1) mapply(cmp, a, b)
Is that what we intend to do?
I know I committed this, but shouldn't it rather be:
else if (length(a) > 1) a
The text was updated successfully, but these errors were encountered:
Actually, I was wrong. I'd argue we do want vector- and matrix based %or%s.
%or%
But the implementation right now is not ideal.
Sorry, something went wrong.
No branches or pull requests
In
base:%or%
:Is that what we intend to do?
I know I committed this, but shouldn't it rather be:
The text was updated successfully, but these errors were encountered: