Hsiao-nan Cheung
2016-Feb-24 06:30 UTC
[R] RStudio Crashes when using quantmod's chartSeries()
Dear All, When I use quantmod's chartSeries() function, the RStudio crashes. The code is as below. library(quantmod) getSymbols("IBM") chartSeries(IBM) Very simple code... And the same function is working well in R Console (Rgui.exe), i.e. there is a plot in the default graphics device. So maybe it's a graphics engine error with RStudio? I've tried the plot() function, e.g., plot(chartSeries(IBM)), and it crashes, too. Nothing improve. R version is 3.2.3 (MRO 3.2.3), and RStudio version is 0.99.879, quantmod's is 0.4-5. Yours, Hsiao-nan Cheung 2016/2/24 [[alternative HTML version deleted]]
Thanks, but please report problems with RStudio to the RStudio support. Neither this list (to which RStudio emplyees may be listening, though) nor R-core can help in this case. Best, Uwe Ligges On 24.02.2016 07:30, Hsiao-nan Cheung wrote:> Dear All, > > When I use quantmod's chartSeries() function, the RStudio crashes. The > code > is as below. > > library(quantmod) > getSymbols("IBM") > chartSeries(IBM) > > Very simple code... And the same function is working well in R Console > (Rgui.exe), i.e. > there is a plot in the default graphics device. So maybe it's a graphics > engine error with RStudio? > > I've tried the plot() function, e.g., plot(chartSeries(IBM)), and it > crashes, too. Nothing improve. > > R version is 3.2.3 (MRO 3.2.3), and RStudio version is 0.99.879, quantmod's > is 0.4-5. > > Yours, > Hsiao-nan Cheung > 2016/2/24 > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >