Closed paluigi closed 7 months ago
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 https://github.com/r-lib/vctrs/issues/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.