Luis Ridao Cruz
2005-Mar-21 11:25 UTC
[R] Remove "save workspace image?" window when exit R
R-help, I wish to remove the message at the end of a session "save workspace image?" . By googling I found no answer . Thanks in advance I run on Windows XP> version_ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 0.1 year 2004 month 11 day 15 language R
Luis Ridao Cruz wrote:> R-help, > > I wish to remove the message at the end of a session "save workspace > image?" . > By googling I found no answer .Well, I found at once, e.g. look for a thread that started with "Quit asking me" ... and ended up in a nice quiz. Uwe Ligges> > Thanks in advance > > I run on Windows XP > > >>version > > _ > platform i386-pc-mingw32 > arch i386 > os mingw32 > system i386, mingw32 > status > major 2 > minor 0.1 > year 2004 > month 11 > day 15 > language R > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
from the command line >q("no") is one way to do it R-help, I wish to remove the message at the end of a session "save workspace image?" . By googling I found no answer . Thanks in advance I run on Windows XP> version_ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 0.1 year 2004 month 11 day 15 language R [[alternative HTML version deleted]]
If you are using Rgui, right-click on the icon you use to start R and click on "Properties", and add --no-save to the command that starts R. Andy> From: Luis Ridao Cruz > > R-help, > > I wish to remove the message at the end of a session "save workspace > image?" . > By googling I found no answer . > > > Thanks in advance > > I run on Windows XP > > > version > _ > platform i386-pc-mingw32 > arch i386 > os mingw32 > system i386, mingw32 > status > major 2 > minor 0.1 > year 2004 > month 11 > day 15 > language R > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > >