easystats / report

:scroll: :tada: Automated reporting of objects in R
https://easystats.github.io/report/
Other
695 stars 69 forks source link

Fix using a custom rule #457

Closed fkohrt closed 2 months ago

fkohrt commented 3 months ago

ifelse() is unsafe because it silently only returns the first element of no if test is of length 1.

Fixes #456

rempsyc commented 2 months ago

Thank you for your PR @fkohrt ! I believe it has accordingly closed your other issue