R freezes in Mac OS X Yosemite

后端 未结 4 661
离开以前
离开以前 2021-01-17 18:32

I encountered this problem and there was no clear explanation about how to work around this bug.

The latest version of R (v. 3.1.2) for OS X Mavericks freezes in Yo

4条回答
  •  一整个雨季
    2021-01-17 19:28

    For anyone here with version 3.4.1 (2017-06-30) -- "Single Candle" and running Mac OS X Sierra 10.12.6 with the same problem, I find that I can usually save an image I create if I save it in the current working directory. However, if you need to save an image in a specific location and the GUI freezes up, try the following command (for pdf images):

    pdf(/path/to/location/name.pdf)
    
    plot(x, y, ...)
    
    dev.off()
    

提交回复
热议问题