teunbrand / ggh4x

ggplot extension: options for tailored facets, multiple colourscales and miscellaneous
https://teunbrand.github.io/ggh4x/
Other
534 stars 32 forks source link

facet_grid2 error: could not fund "rbind_dfs" #130

Closed hrdawson closed 9 months ago

hrdawson commented 9 months ago

Trying to free my scales with the brilliant ggh4x facet_grid2, but I'm getting an error.

  geom_point() +
  ggh4x::facet_grid2(. ~ cyl, scales = "free_y", independent = "y")

returns Error in rbind_dfs(values[has_all]) : could not find function "rbind_dfs"

I'm using tidyverse 2.0.0 which has ggplot2 3.4.3.

hrdawson commented 9 months ago

Just realized I didn't check for an update before filing the issue. Updating ggh4x to 0.3.3 has fixed this error message. I'll leave this here in case someone else encounters it. Thanks for your patience!