Re: [R] R crash after fGarch update

2009-02-17 Thread John Kerpel
Prof Ripley:

Many thanks - it did indeed say it cannot find fGarch after I tried your
advice - but a completely clean re-install did the trick.

John

On Tue, Feb 17, 2009 at 1:09 AM, Prof Brian Ripley rip...@stats.ox.ac.ukwrote:

 Start R with --vanilla, or rename youe saved workspace (.RData).
 Then

 library(fGarch)
 load(.RData)  # or whatever you renamed it to.

 This will either work or (more ikely) tell you it cannot find fGarch or a
 package it depends on).

 On Mon, 16 Feb 2009, John Kerpel wrote:

 Hi folks!
 After updating my packages my R seems to have completely crashed as will
 not
 start up - even after I installed 2.8.1 from 2.8.0.


 You haven't told us your OS: I am guesing Windows.

  I get the following:

 Fatal error: unable to restore saved data in .Rdata

 Error in loadNamespeace(name): there is no package called fGarch

 But I do have a package called fGarch.

 After I hit ok, it crashes and exits.  I cannot use any functionality at
 all.  What do I do?

 John

[[alternative HTML version deleted]]

 __
 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.htmlhttp://www.r-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


 --
 Brian D. Ripley,  rip...@stats.ox.ac.uk
 Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
 University of Oxford, Tel:  +44 1865 272861 (self)
 1 South Parks Road, +44 1865 272866 (PA)
 Oxford OX1 3TG, UKFax:  +44 1865 272595


[[alternative HTML version deleted]]

__
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.


[R] R crash after fGarch update

2009-02-16 Thread John Kerpel
Hi folks!
After updating my packages my R seems to have completely crashed as will not
start up - even after I installed 2.8.1 from 2.8.0.

I get the following:

Fatal error: unable to restore saved data in .Rdata

Error in loadNamespeace(name): there is no package called fGarch

But I do have a package called fGarch.

After I hit ok, it crashes and exits.  I cannot use any functionality at
all.  What do I do?

John

[[alternative HTML version deleted]]

__
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.


Re: [R] R crash after fGarch update

2009-02-16 Thread Prof Brian Ripley

Start R with --vanilla, or rename youe saved workspace (.RData).
Then

library(fGarch)
load(.RData)  # or whatever you renamed it to.

This will either work or (more ikely) tell you it cannot find fGarch 
or a package it depends on).


On Mon, 16 Feb 2009, John Kerpel wrote:


Hi folks!
After updating my packages my R seems to have completely crashed as will not
start up - even after I installed 2.8.1 from 2.8.0.


You haven't told us your OS: I am guesing Windows.


I get the following:

Fatal error: unable to restore saved data in .Rdata

Error in loadNamespeace(name): there is no package called fGarch

But I do have a package called fGarch.

After I hit ok, it crashes and exits.  I cannot use any functionality at
all.  What do I do?

John

[[alternative HTML version deleted]]

__
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.



--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
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.