Is there a work around for slow performance of do.call(cbind.xts,...) in R 2.15.2?

Posted by Petr Matousu on Stack Overflow See other posts from Stack Overflow or by Petr Matousu
Published on 2012-12-17T22:28:23Z Indexed on 2012/12/17 23:03 UTC
Read the original article Hit count: 198

Filed under:
|

I would expect cbind.xts and do.call(cbind.xts) to perform with similar elapsed time. That was true for R2.11, R2.14.

For R2.15.2 and xts 0.8-8, the do.call(cbind.xts,...) variant performs drastically slower, which effectively breaks my previous codes.

As Josh Ulrich notes in a comment below, the xts package maintainers are aware of this problem. In the meantime, is there a convenient work around?

© Stack Overflow or respective owner

Related posts about r

    Related posts about xts