You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning (test-tab.R:60:3): tab1() and tab2() work
`cross2()` was deprecated in purrr 1.0.0.
i Please use `tidyr::expand_grid()` instead.
i See <https://github.com/tidyverse/purrr/issues/768>.
Hi, I saw that you currently use purrr::cross2() to create the tab_sequence object in tab2(). PR 26c090a replaces cross2() by tidyr::expand_grid(), but this new function currently returns its output in a different order than cross2().
If tab_sequence should retain its current order, there are a few options:
Related: tidyverse/purrr#768
The text was updated successfully, but these errors were encountered: