[R] double-click in RData file versus load( file )
Gabor Grothendieck
ggrothendieck at gmail.com
Sat Jan 26 23:55:01 CET 2008
You could try
Rgui --vanilla
so that it does not run the scripts you have set up.
On Jan 26, 2008 5:31 PM, Cleber Nogueira Borges <klebyn at yahoo.com.br> wrote:
> Gabor Grothendieck wrote:
> > Please clarify. What happens?
>
> ok!
> I start up the R, load my file by win menu: "Load Workspace",
> ls() show-me variables!
> Then, I save my workspace with other name (test2.rdata, for example) and
> close my E session.
>
> When I start up R by double-click in my new RData file (test2.rdata) and
> prompted the command ls(),
> this show-me:
> > ls()
> character(0)
> >
> and I don't see my variables...
>
> One information that I don't mentioned:
>
> My Rprofile.site have dozen of personal functions, but all *very simple
> functions*,
> I don't make change in defaults settings...
>
> Cleber
>
>
More information about the R-help
mailing list