I am getting a caught segfault
error every time I try to run any plotting functions from the ggplot2
package (1.0.0). I have tried this with
This is not an answer to this question but it might be useful for someone. I had segfaults when I did pdf
to create a PDF graphics device and then used plot
. This happened with R 2.15.3, 3.2.4, and one or two other versions, running on Scientific Linux release 6.7. I tried many different things, but the only ways I could get it to work were (a) using png
or tiff
instead of pdf
, or (b) saving large .RData
files and then using a completely separate R program to create the graphics.