Closed rynkwn closed 9 years ago
It seems that the getSymbols function in quantmod has changed, leading to this bug:
When this line of code is run:
stockData <- quantmod::getSymbols("^GSPC", src="yahoo", auto.assign=FALSE)
Did a bit more tinkering.
Issue is specifically with the S&P 500. I'll look into a fix.
Hmm.
Managed to fix it. No worries.
It seems that the getSymbols function in quantmod has changed, leading to this bug:
When this line of code is run:
stockData <- quantmod::getSymbols("^GSPC", src="yahoo", auto.assign=FALSE)