This is so cool, I'm so excited to see how it develops! I've been trying to animate cartograms (made with the getcartr package, but I've been getting a mixture of errors and segfaults (probably 30% error about subsetting a points object, 50% "R session aborted" and 20% success).
When I run the following code with valgrind, I get some kind of error almost every time (where my_shp.Rds and my_cart.Rds are included in the attached .zip file - let me know if you want to see how I made those, I don't think it's relevant though). I poked around a bit, and I think I tracked the problem down to the unpack_sf() function, but wasn't able to figure out what was wrong.
Let me know if there's anything else I can provide that would help!
This is so cool, I'm so excited to see how it develops! I've been trying to animate cartograms (made with the getcartr package, but I've been getting a mixture of errors and segfaults (probably 30% error about subsetting a points object, 50% "R session aborted" and 20% success).
When I run the following code with valgrind, I get some kind of error almost every time (where
my_shp.Rds
andmy_cart.Rds
are included in the attached .zip file - let me know if you want to see how I made those, I don't think it's relevant though). I poked around a bit, and I think I tracked the problem down to theunpack_sf()
function, but wasn't able to figure out what was wrong.Let me know if there's anything else I can provide that would help!
shape_rds.zip
Most recent error for me: