This patch add support for downloading data from Quandl as timeSeries class. Obviously the conversion is rather trivial, but I think it would be useful nevertheless. I tend to use Rmetrics packages quite often and those prefer timeSeries data.
There was some problem with the unit tests, in the search test the returned list has zero length. The for loop would traverse the indices from 1 to 0 which causes an indexing error. I added a check to avoid that case so the test cases should all pass now.
Hi,
This patch add support for downloading data from Quandl as timeSeries class. Obviously the conversion is rather trivial, but I think it would be useful nevertheless. I tend to use Rmetrics packages quite often and those prefer timeSeries data.
There was some problem with the unit tests, in the search test the returned list has zero length. The for loop would traverse the indices from 1 to 0 which causes an indexing error. I added a check to avoid that case so the test cases should all pass now.