Closed PavelBal closed 1 month ago
At least for us, the code should work with R 4.3
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 %||%
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.