spector at stat.berkeley.edu writes:
Full_Name: Phil Spector
Version: 2.3.1
OS: Mac OS X (Tiger)
Submission from: (NULL) (128.32.135.22)
Trying to close a jpeg() device on an Intel Mac causes the following:
jpeg('out.jpg')
plot(1:10)
dev.off()
JPEG parameter struct mismatch: library thinks size is 372, caller
expects 376
null device
1
An empty jpg file is produced in 'out.jpg'
AFAICT, this wouldn't be a bug in R. Your version of R appears to
have been built with one version of the jpeg libraries and you have
another version installed. Unless we have a compiler issue and one
part is padding out to a multiple of 8 bytes.