In `base:%or%`: ``` r 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: ``` r else if (length(a) > 1) a ```