Skip to content
Prev 14202 / 398506 Next

R 1.3.1 on OS9.1?

On 11.10.2001 18:05 Uhr, G.Janacek wrote:

            
I've seen similar things happen on a colleague's Mac using MacOS 9.1. On my
G4 (running MacOS 9.2), everything runs fine.

Two things you might try:

- Upgrade the "Carbon Library". Ist essential for R on the Mac. You get the
current version by upgrading to MacOS 9.2, or you can download it separately
from the Apple support web site.

- Generate your plots _directly_ as Postscript or PDF files, as Peter
Dalgaard suggested. I usually plot my stuff first on screen, then open a
file graphics device by postscript() (or pdf()) and re-run the plotting
commands. The resulting postscript files follow the EPS standard and are
fine for including anywhere, though they include no preview. If you generate
PDFs, you can preview them handily in the Acrobat viewer, then export as EPS
from there (with preview). All hail to Adobe for PDF files :-)
Couldn't agree more!


Kaspar