Try entering this at the Windows console: assoc .Rdata
assuming the answer is: .Rdata=RWorkspace try this: ftype RWorkspace That will show you what command is executed when you double click on an Rdata file. Perhaps you need to change that. On Jan 26, 2008 6:40 PM, Cleber Nogueira Borges <[EMAIL PROTECTED]> wrote: > hi Gabor, > > I try it: > in *MS-DOS*: > C:\R\etc>Rgui --vanilla > In *R*: > a=1 > b=2 > c=3 > save.image("c:\\R\\etc\\test.rdata") > q('no') > > > then I "double-clicked' in 'test.rdata' (in c:\R\etc folder) > The R start without my variables: a,b,c > > If I make again: R -- vanilla, and then load file, the variables are there! > > It is intrigant for me! :-( > > > Cleber > > > You could try > > > > Rgui --vanilla > > > > so that it does not run the scripts you have set up. > > > > > > > > > > > _______________________________________________________ > Yahoo! Mail - Sempre a melhor opção para você! > Experimente já e veja as novidades. > http://br.yahoo.com/mailbeta/tudonovo/ > > ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.