I am trying to install the package "tseries", I put the Folder "tseries" in the folder "Library". When entring "library(tseries)" in "R", I have got this warning message "the package contains no R Code". When trying to use the functions in the package "tseries", there is an error message "couldn't find function "garch"". Could you help me please? Thank you very much ___________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Since you mention `folder "Library"' whereas there is a directory `library' but no `Library' I will assume you are on Windows. But please don't make us guess. There is a section in the rw-FAQ on how to install packages, and it is very easy from the `Packages' menu. Please read it. You will have to remove the sources you unpacked in rw1051\library (or whatever) first. On Thu, 20 Jun 2002, [iso-8859-1] HAJJI OUAFI SAAD wrote:> I am trying to install the package "tseries", I put > the Folder "tseries" in the folder "Library". When > entring "library(tseries)" in "R", I have got this > warning message "the package contains no R Code". > When trying to use the functions in the package > "tseries", there is an error message "couldn't find > function "garch"". > Could you help me please? > Thank you very much-- 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 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hajji Ouafi Saad wrote:> > I am trying to install the package "tseries", I put > the Folder "tseries" in the folder "Library". When > entring "library(tseries)" in "R", I have got this > warning message "the package contains no R Code". > When trying to use the functions in the package > "tseries", there is an error message "couldn't find > function "garch"". > Could you help me please? > Thank you very muchSince you didn't tell us anything relevant I an guessing: 1 - you are on windows 2 - you downloaded a source package 3 - you unpacked it, but didn't install it Thus you have to unpack a binary version (available at CRAN) or install the source package. Suggestion: It is very easy on all OSs to type in R: install.packages("tseries") Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._