I had difficulties in using jpeg device under Intel Mac. Is there  
anybody has the solution yet? Here is the code to demo the error:

x <- rnorm(100)
jpeg(file="test.jpg")
hist(x)
dev.off()

And then a pop-up window with the following message show up: JPEG  
parameter struct mismatch: library think the size is 372, caller  
expects 376.

The same code works fine under powerpc based mac.

BTW, the R I used is 2.3.1. I am not sure if this happens on any  
older version of R or not.

Jun

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to