Joshua Ulrich

Results 269 comments of Joshua Ulrich
trafficstars

I wouldn't try downloading gradle-wrapper.jar because it may not be the only file affected by git-lfs. Maybe you could check the file size of gradle-wrapper.jar to see if it's less...

Thanks for all your work! The tests fail because 'tests/test_has.R' does not contain a `cols` object.

Thanks for this!

Thanks for catching the typo! Requesting a subset of the data is unlikely to provide a noticeable performance boost. I tested with SPY, which currently has 32 expiry dates. The...

It's the other way around. Your machine is waiting for the response from the Yahoo server. See `?proc.time` for a description of the output from `system.time()`. For your SPY example,...

Hmm, looks like this may be an issue on Yahoo's end. The returned timestamps are for the day's open, there's no data for yesterday, and today's timestamp is the close....

I ran this again right now (the following morning) and the data is there, but the timestamps are still the beginning of the day. ```r Browse[1]$ tail(xts(OHLCV(do.call(cbind, ohlcv)), .POSIXct(y$timestamp[[1]], tz...

Closing this because it was an issue on Yahoo's end. Nothing to do in quantmod.

Thanks for the report and suggestion! Providing names on the `tickers` vector is one of the [options I thought of for rfimport](https://github.com/joshuaulrich/rfimport?tab=readme-ov-file#ticker-symbology-1). I'd appreciate your thoughts on any of the...