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
It's likely that ggplot2 has ended up attempting to create a data frame with >2 billion rows, hitting R's short vector limit. Unfortunately there isn't much we can do about this in the short term. Supporting long vectors in vctrs is a massive project that we don't plan to work on right now. Closing in favor of #1826 though.
Hello,
I am trying to use ggplot2 to create a facet_wrap plot for a dataframe with over 1 billion lines.
My code:
The error I get:
Possibly related to #1826 , the stack trace seems the same.
Please let me know what I can do to help debug.
The text was updated successfully, but these errors were encountered: