On Mon, Apr 22, 2013 at 1:15 PM, Barbour, Russell
<russell.barbour at yale.edu> wrote:> I am having a problem with loading R on my 64 bit computer. It used
to load perfectly until I upgraded to R 3.0.0 now it takes about 10 to even
20 minutes ? Does anyone know how to remedy this problem?
Did R-3.0.0 ever load quick? A simple cause of a looong startup time
is if you have a huge .RData file that gets loaded every time you
start R. When you quit R, either do not save the session, or, if you
do, make sure your session does not contain huge data.
The .RData (and .Rhistory) files are saved in the current working
directory. If you run R from the terminal, it will be the directory
you are in when you start R. If you run GUI, the default directory
varies by system. Look for large files with the name .RData in your
home directory (or perhaps Documents) and if you find them, try
deleting or moving them somewhere else. Make sure that your file
browser displays files starting with a dot (.) which is not always the
case.
HTH,
Peter>
> Russell " Skip" Barbour Ph.D.
> Associate Director for Statistics
> Center for Interdisciplinary Research on AIDS
> Yale School of Medicine
> 135 College St. Suit 200
> New Haven , CT. 06510
> Tel: 203 764 4332
> Fax: 203 764 4353
> Email: russell.barbour at yale.edu<mailto:russell.barbour at
yale.edu>
>
>
> Doubt grows with knowledge.
> Johann Wolfgang von
Goethe<http://www.brainyquote.com/quotes/quotes/j/johannwolf380192.html>
>
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.