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
ragg::agg_png("%s_results.png")
plot(1:10)
dev.off()
*** caught segfault ***
address 0x0, cause 'memory not mapped'
Traceback:
1: dev.off()
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Should be a simple fix, grDevices::png doesn't allow this filename.
The text was updated successfully, but these errors were encountered:
See below.
Should be a simple fix,
grDevices::png
doesn't allow this filename.The text was updated successfully, but these errors were encountered: