Re: [R] RStudio Crashes when using quantmod's chartSeries()

2016-02-23 Thread Uwe Ligges
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() f

[R] RStudio Crashes when using quantmod's chartSeries()

2016-02-23 Thread Hsiao-nan Cheung
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 de