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
I ran into this issue today but am not sure what caused the problem. Could you please help? Thanks!
library(skimr)
skim(iris)
#> Error: Problem with `summarise()` input `skimmed`.#> x Problem with `summarise()` input `..1`.#> x object 'mangled_skimmers' not found#> i Input `..1` is `dplyr::across(variable_names, mangled_skimmers$funs)`.#> i Input `skimmed` is `purrr::map2(...)`.
We're going to sit on this for a bit, since it looks like you're using dev versions of a couple of tidyverse packages: purrr and dplyr. If you could revert those back to stable, I imagine that it will fix your problem.
We'll see if the issue persists when both are closer to release. We get lots of notifications for this thanks to CRAN.
Hi,
I ran into this issue today but am not sure what caused the problem. Could you please help? Thanks!
Created on 2021-04-13 by the reprex package (v2.0.0)
Session info
The text was updated successfully, but these errors were encountered: