Joshua Ulrich

Results 260 comments of Joshua Ulrich

I'm not sure this is a bug. `endpoints()` is based on calculations from the Unix origin (midnight 1970-01-01). That said, I can understand how this is unexpected behavior.

Oh, I'd also appreciate it if you could omit the advertisement for the reprex package from your reports. Sorry to be picky, but I find it very annoying.

I'm going to resolve this by updating the documentation to clarify how `endpoints()` calculates the return values based on periods from the origin (midnight 1970-01-01). Also, note that setting `k...

[dygraphs](https://github.com/rstudio/dygraphs) and [rCharts](https://github.com/timelyportfolio/rCharts_techan) are completely different plotting systems than `plot.xts`, which uses base/grid graphics. There's currently no integration with interactive charting libraries, so I'm not sure what you would like...

> eg. how to distinguish nanotime from POSIXct? - both will be seen as double/REALSXP. The point of an API is that there should be no need to distinguish between...

@silentbits I'm replying to your comment in issue 241 here, to keep the conversation in one place. > I showed a possible solution to this problem [[above](https://github.com/joshuaulrich/xts/issues/190#issuecomment-306522518)] and yes, it...

This is a good suggestion. Would you still be willing to create a PR? We should add tests to ensure that the behavior of `window.xts()` matches `window.zoo()` in these cases....

The error actually occurs in the `copyAttributes()` C function. This is because it tries to copy the `"tsp"` attribute (`c(1, 5, 1)` in this case) to an object that doesn't...

Thanks for the report. I consider this a bug. Do you have thoughts about how to fix?