Re: [R] A very simple question

2007-04-25 Thread Gabor Grothendieck
If by "objects" you mean the packages you installed and assuming you
are on Windows then there are two batch files movedir.bat and copydir.bat
in the batchfiles distribution that will either move them from an older version
(they won't be available to the older version any more but its much faster and
they won't be taking up space twice) or copy them (they will now be in both
versions so you can use them from either but its slower and they will be taking
up space twice).  See the batchfiles home page:

   http://code.google.com/p/batchfiles/

which has a link to the download site and a link to the README which
you should be sure to read.

On 4/25/07, David Kaplan <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I just loaded R 2.50.  I want this version to bring the objects from the
> previous version.  How do I do that?
>
> Thanks
>
> David
>
> __
> R-help@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
> and provide commented, minimal, self-contained, reproducible code.
>

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


[R] A very simple question

2007-04-24 Thread David Kaplan
Hi all,

I just loaded R 2.50.  I want this version to bring the objects from the 
previous version.  How do I do that?

Thanks

David

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.