Does everywhere
have a limit on the maximum size of globals?
#281
-
Is there a similar limit as in Just asking because in my particular use case I can successfully use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There's no limit on the size of globals. Can you try with the latest dev version to see if this is already solved, e.g. pak::pak("r-lib/mirai") If not, the function is likely to be overhauled at some point, so do look out for changelog entries on this. |
Beta Was this translation helpful? Give feedback.
There's no limit on the size of globals. Can you try with the latest dev version to see if this is already solved, e.g.
If not, the function is likely to be overhauled at some point, so do look out for changelog entries on this.