Hi.
I am trying to load the package fSeries, in order to load the package
fGarch after.
However, it says the following message.
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: fBasics (Error : ... infinite recursion)
Loading required package: fImport
Loading required package: fSeries
Loading required package: fBasics
Loading required package: fImport
Loading required package: fSeries
.
.
.
Loading required package: fBasics
Loading required package: fImport
Loading required package: fSeries
After repeating many warnings like this (at least 100 times), it says
there is an infinite recursion of these packages.
I have tried to load the packages fBasics or fImport first but for these,
I also get this kind of messages.
Could anybody help me ?
Thanks a lot.
Regards, Celine.
email : [EMAIL PROTECTED]
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.