Hi, i am unable to install the rugarch package. More than that i do not even find this package in my list of possible packages. Its possible than the name has changed, or the package is not longer availiable? Is there a similar package avaliable for garch modelling except the fGarch what i am using now? many Thanks Roland -- View this message in context: http://r.789695.n4.nabble.com/Install-the-rugarch-package-tp3911903p3911903.html Sent from the R help mailing list archive at Nabble.com.
On Mon, 17 Oct 2011, user84 wrote:> Hi, > > i am unable to install the rugarch package. > More than that i do not even find this package in my list of possible > packages. > Its possible than the name has changed, or the package is not longer > availiable?No: see http://cran.r-project.org/web/packages/rugarch/index.html (the CRAN listings are always a good place to look to answer such questions for yourself). It is possible that it is not available for your unstated version of R on your unstated OS, but unless you follow the posting guide we cannot help you with that.> Is there a similar package avaliable for garch modelling except the fGarch > what i am using now?> many Thanks > Roland> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html-- Brian D. Ripley, ripley at 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
rugarch installs and works fine for me under windows 7 64-bit and R 2.13.1 64 bit. On Mon, Oct 17, 2011 at 7:49 AM, user84 <roland.taber@gmx.at> wrote:> Hi, > > i am unable to install the rugarch package. > More than that i do not even find this package in my list of possible > packages. > Its possible than the name has changed, or the package is not longer > availiable? > Is there a similar package avaliable for garch modelling except the fGarch > what i am using now? > > many Thanks > Roland > > -- > View this message in context: > http://r.789695.n4.nabble.com/Install-the-rugarch-package-tp3911903p3911903.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
I have problem installing rugarch, too. I use R 2.14.1 on Mac OS X 10.7.3. When I tried to load rugauch, I got the bellowing error message: Loading required package: Rcpp Loading required package: RcppArmadillo Loading required package: numDeriv Loading required package: chron Loading required package: Rsolnp Loading required package: truncnorm Rsolnp (version 1.11) initialized. Package rugarch (1.0-7) loaded. To cite, see citation("rugarch") Error in as.environment(pos) : no item called "newtable" on the search list In addition: Warning message: In objects(newtable, all.names = TRUE) : ?newtable? converted to character string Error: package/namespace load failed for ?rug arch? I have tried removing all related packages and reinstalling them but the error still exists. I appreciate if someone can help me resolve this issue. -- View this message in context: http://r.789695.n4.nabble.com/Install-the-rugarch-package-tp3911903p4380077.html Sent from the R help mailing list archive at Nabble.com.
Have you run update.packages() already? Uwe Ligges On 11.02.2012 23:02, liweichen0817 wrote:> I have problem installing rugarch, too. > > I use R 2.14.1 on Mac OS X 10.7.3. When I tried to load rugauch, I got the > bellowing error message: > > Loading required package: Rcpp > Loading required package: RcppArmadillo > Loading required package: numDeriv > Loading required package: chron > Loading required package: Rsolnp > Loading required package: truncnorm > Rsolnp (version 1.11) initialized. > Package rugarch (1.0-7) loaded. To cite, see citation("rugarch") > > Error in as.environment(pos) : > no item called "newtable" on the search list > In addition: Warning message: > In objects(newtable, all.names = TRUE) : > ?newtable? converted to character string > Error: package/namespace load failed for ?rug arch? > > I have tried removing all related packages and reinstalling them but the > error still exists. I appreciate if someone can help me resolve this issue. > > -- > View this message in context: http://r.789695.n4.nabble.com/Install-the-rugarch-package-tp3911903p4380077.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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.
Yes, I have updated all my packages. My initial guess was that there may be some packages conflicting with rug arch so I uninstalled R and all the bundles I had. I reinstalled R and installed rugarch first, but I still got the same error message. -- View this message in context: http://r.789695.n4.nabble.com/Install-the-rugarch-package-tp3911903p4381367.html Sent from the R help mailing list archive at Nabble.com.