Skip to content

R-0.65.1 for WinNT/9X

4 messages · Brian Ripley, Ian Thurlbeck, Martin Maechler +1 more

#
On Fri, 8 Oct 1999, Guido Masarotto wrote:

            
0.65.1, me thinks.

Thanks.
#
Dear All

I've just been downloading R-0.65.1 from http://www.ci.tuwien.ac.at/R 
(since the UK site hasn't mirrored yet) and I noticed that the "tseries"
package depends on "ts" which isn't in the list.  Does anyone know
where it is ?

Thanks

Ian 
--
Ian Thurlbeck                http://www.stams.strath.ac.uk/
Statistics and Modelling Science, University of Strathclyde
Livingstone Tower, 26 Richmond Street, Glasgow, UK,  G1 1XH
Tel: +44 (0)141 548 3667           Fax: +44 (0)141 552 2079
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Ian> Dear All

    Ian> I've just been downloading R-0.65.1 from
    Ian> http://www.ci.tuwien.ac.at/R (since the UK site hasn't mirrored
    Ian> yet) and I noticed that the "tseries" package depends on "ts"
    Ian> which isn't in the list.  Does anyone know where it is ?

Part of 0.65.1 itself.

However, if "tseries" would just contain a 

  require(ts)

you shouldn't have seen a problem, since "ts" would have been attached
automatically.
#
The "ts" library is included in the base distribution when you download R
0.65.1. It should be available just by typing:

library("ts")


Paul Gilbert

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