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@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.