Skip to content

R session freezes when I try to save a new script

4 messages · anferg806 at aol.com, John Kane, Jeff Newmiller +1 more

#
It would probably help if you posted your sessionInfo() 

Just before everything freezes issue the command
sessionInfor()
copy the output and paste it into an email.



John Kane
Kingston ON Canada
____________________________________________________________
FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop!
#
You will probably need to read the Posting Guide and follow its recommendations to get a constructive response. Things like posting in text instead of HTML and providing the output of sessionInfo go a long way toward speeding up the troubleshooting process.

You can also begin the process of identifying what your in-memory objects look like by stopping your script just before you run the function or click on a menu that hangs, and providing to us the output of the ls() function in your next email. You may have redefined an object with an important name. Alternatively, you may have a windows permissions issue (which would be outside the scope of this mailing list.

Ideally you would generate a self- contained reproducible example, but if that is not possible then you will have to live with guesses as responses. (The dump or dput functions may let you share the problematic memory configuration.)
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
anferg806 at aol.com wrote:

            
#
On 13-06-14 10:52 AM, anferg806 at aol.com wrote:
I have sometimes seen symptoms like that when an open file dialog gets 
hidden behind another window.  R is waiting for the dialog to complete, 
but since it is hidden, it never does.  Generally it pops up eventually; 
I'm not sure why it is allowed to be hidden at all.

Duncan Murdoch