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, UK Fax: +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.