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 R 4.4.0, %||% is supported natively. Currently, we are re-exporting it from purrr::%||%`
purrr::
L %||% R newly in base is an expressive idiom for the phrases if(!is.null(L)) L else R or if(is.null(L)) R else L.
In one of the future releases, we should make ospsuite-r depend on R >= 4.4.0 and use the base function for this.
ospsuite-r
The text was updated successfully, but these errors were encountered:
At least for us, the code should work with R 4.3
Sorry, something went wrong.
Yes, "in one of the future releases", I hope you will upgrade to >=4.4.0 before 2030 :-P
I noticed the issue is the same as #1486 Closing this one as the other provides more info about %||%
No branches or pull requests
In R 4.4.0,
%||%
is supported natively. Currently, we are re-exporting it frompurrr::
%||%`In one of the future releases, we should make
ospsuite-r
depend on R >= 4.4.0 and use the base function for this.The text was updated successfully, but these errors were encountered: