Alberto Dell'Era

Results 1 issues of Alberto Dell'Era

``` r library(purrr) every( c(FALSE, NA), identity ) #> [1] FALSE every( c(NA, FALSE), identity ) #> [1] NA ``` IMHO it should return the same and be consistent with...

bug
breaking change :skull_and_crossbones: