[R] Problem with installing packages

Uwe Ligges ligges at statistik.uni-dortmund.de
Thu Jun 20 12:40:51 CEST 2002


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

Since 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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list