tidyverse / ggplot2

An implementation of the Grammar of Graphics in R
https://ggplot2.tidyverse.org
Other
6.39k stars 2k forks source link

Fallback for `facet_wrap(as.table)` #5898

Closed teunbrand closed 1 month ago

teunbrand commented 1 month ago

In #5855, we internally removed as.table and resolved it in the constructor. Reverse dependency checks revealed that several facet extensions rely on as.table to be present. It would be nice to have a fallbacks in place to not trigger errors in extensions.