On Mon, 15 Dec 2003 youngg@battelle.org wrote:
> Full_Name: Greg Young
> Version: 1.8.1
> OS: windows XP
> Submission from: (NULL) (131.167.73.2)
> 
> 
> There seems to be a bug in rep.POSIXct where the "times"
parameter is required.
> The length.out option does not seem to be present.  See the following
Nor is it intended to be, but what does this have to do with your subject line?
> example...
> 
> 
> q<-c("2003-12-15 10:42:30 Eastern Standard
Time","2003-12-15 10:45:30 Eastern
> Standard Time")
> z<-as.POSIXct(q)
> rep(z,length.out=4)
The help page says the usage is
     rep(x, times, ...)
     ## Default S3 method:
     rep(x, times, length.out, each, ...)
so your usage is not as documented: you are not using the default method, 
and you are not reporting on rep.int.
-- 
Brian D. Ripley,                  ripley@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