diff --git a/dev/articles/stability.html b/dev/articles/stability.html index f1073b9cc..48a769852 100644 --- a/dev/articles/stability.html +++ b/dev/articles/stability.html @@ -302,7 +302,7 @@

Incompatible vectors and non-vecto #> [[1]] #> function (x, ...) #> UseMethod("mean") -#> <bytecode: 0x5610211a7640> +#> <bytecode: 0x560544655640> #> <environment: namespace:base> #> #> [[2]] @@ -577,7 +577,7 @@

#> [1] <NA> big big small small #> Levels: small big if_else(x > 2, Sys.Date(), Sys.Date() + 7) -#> [1] NA "2024-05-07" "2024-05-07" "2024-04-30" "2024-04-30" +#> [1] NA "2024-05-21" "2024-05-21" "2024-05-14" "2024-05-14"

By using vec_size() and vec_slice(), this definition of if_else() automatically works with data.frames and matrices:

diff --git a/dev/news/index.html b/dev/news/index.html index 4c678f411..ae06a4d27 100644 --- a/dev/news/index.html +++ b/dev/news/index.html @@ -55,7 +55,9 @@

vctrs (development version)

-
+

vctrs 0.6.5

CRAN release: 2023-12-01