Closed fkohrt closed 2 months ago
ifelse() is unsafe because it silently only returns the first element of no if test is of length 1.
ifelse()
no
test
Fixes #456
Thank you for your PR @fkohrt ! I believe it has accordingly closed your other issue
ifelse()
is unsafe because it silently only returns the first element ofno
iftest
is of length 1.Fixes #456