Joshua Ulrich

Results 269 comments of Joshua Ulrich
trafficstars

[dygraphs](https://rstudio.github.io/dygraphs/) is the first thing that comes to my mind.

This is likely dependent on https://github.com/joshuaulrich/xts/issues/103 being implemented.

What's your sessionInfo()?

This was caused by auto-printing being suppressed inside for loops. It happens with ggplot also. You need to explicitly call `print(xts::plot(...))` for the plot to be rendered.

I'm closing this because it's unlikely to result in a code change, but I'm happy to continue the discussion.

Your first example matches the output from `merge.zoo()` (except `merge.zoo()` converts the result from integer to numeric). ```r x

Thanks for the testing and feedback again! These are fixed now. I added the examples in your previous comment to the unit tests, and I'll add these too. Can you...

@olliefr thanks for following up on this! Are you able to get the result you want with the current version of xts? If not, it might be worth opening a...

Okay, no worries! Just wanted to make sure you had a fix and see if there was something we could do to make this easier. And reviewing / prioritizing issues...