I thought the latest zoo fixes were on CRAN but perhaps they
are not.   Try this:

library(zoo)
# next line loads latest version of merge.zoo (fixed in August)
source("http://r-forge.r-project.org/plugins/scmsvn/viewcvs.php/*checkout*/pkg/R/merge.zoo.R?rev=361&root=zoo";)

as.vector(time(do.call(merge, c(lapply(aa, function(x) zoo(,x)), all = FALSE))))




On 10/7/07, Adrian Dusa <[EMAIL PROTECTED]> wrote:
> On Sunday 07 October 2007, you wrote:
> > Perhaps its a version problem?  [...]
> >
> > > R.version.string # Vista
> >
> > [1] "R version 2.6.0 beta (2007-09-23 r42958)"
> >
> > > packageDescription("zoo")$Version
> >
> > [1] "1.3-2"
>
> I don't know, everything is up to date here, too.
> I'm using Kubuntu Linux and the latest versions of R and zoo:
>
> > R.version.string
> [1] "R version 2.6.0 (2007-10-03)"
>
> > packageDescription("zoo")$Version
> [1] "1.3-2"
>
> Adrian
>
>
> --
> Adrian Dusa
> Romanian Social Data Archive
> 1, Schitu Magureanu Bd
> 050025 Bucharest sector 5
> Romania
> Tel./Fax: +40 21 3126618 \
>          +40 21 3120210 / int.101
>

______________________________________________
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
and provide commented, minimal, self-contained, reproducible code.

Reply via email to