Re: [R] Problems saving the workspace image

2008-01-22 Thread Ana Azevedo
Azevedo; r-help@r-project.org Assunto: Re: [R] Problems saving the workspace image On Mon, 21 Jan 2008, Erin Hodgess wrote: In Windows Vista, you have to run as administrator. Please don't: the point of not running as administrator is to protect you and your OS from rogue processes. *If* you

[R] Problems saving the workspace image

2008-01-21 Thread Ana Azevedo
Hi! I use R with Windows for a long time. In the last week I change to Windows Vista. Now I can´t save the workspace image when I exit R. The system presents the following message “Unable to open .Rhistory”. Does anyone can help me? I thank you in advance, Ana [[alternative HTML

Re: [R] Problems saving the workspace image

2008-01-21 Thread Prof Brian Ripley
On Mon, 21 Jan 2008, Ana Azevedo wrote: Hi! I use R with Windows for a long time. In the last week I change to Windows Vista. Now I can´t save the workspace image when I exit R. The system presents the following message “Unable to open .Rhistory”. Does anyone can help me? Did you change the

Re: [R] Problems saving the workspace image

2008-01-21 Thread Prof Brian Ripley
On Mon, 21 Jan 2008, Erin Hodgess wrote: In Windows Vista, you have to run as administrator. Please don't: the point of not running as administrator is to protect you and your OS from rogue processes. *If* you use a starting directory you own, there is no problem on Vista (for me, or many

Re: [R] Problems saving the workspace image

2008-01-21 Thread Gabor Grothendieck
Also Rgui.bat and RguiStart.bat at http://batchfiles.googlecode.com provide some alternate ways to start up R. For example, if Rgui.bat is placed anywhere in your path then in the Windows console: cd %homepath% Rgui will start up R in your home folder. On Jan 21, 2008 6:46 AM, Prof Brian