Skip to content
Prev 326857 / 398502 Next

Does R ever stop responding without a message?

On Jul 14, 2013, at 2:40 PM, L S wrote:

            
Well, this answer only addresses whether the R program is "active": Use the Activity Monitor.app looking at teh CPU panel. The process name is R and, this being a Mac, you even get a micro-R-logo. At "idling speed" it will only display 1% or so. When it is active the cpu-%-age will "bounce around" near 100%.
If you have pushed your process over the bounds of available RAM and it is now using "virtual memory", there is really no way to estimate the complettion time. I generally give up after about 15 or 20 minutes. 

This does mean that the best practice will have been to make sure you have saved you work before terminating the session. The R GUI is helpful in this regard because it automatically backs up open source documents at intervals. Unfortunately that is not also true for the history session, which is only updated at a normal termination of a session.
This is not the correct mailing list for this question, and you should also read what the Posting Guide says about not using HTML format.

--  

David Winsemius
Alameda, CA, USA