Closed
Description
Printing the storage object (e.g. last
in deque
) or call saveRDS
on the container objects produces error.
d <- collections::deque()
d$push(1)
d$push(2)
d$push(3)
d$last
saveRDS(d, "test.rds")
Error: C stack usage 7969440 is too close to the limit
It seems that some containers use R data structures to implement the algorithms. I'm wondering if such error could be eliminated somehow?
Metadata
Metadata
Assignees
Labels
No labels