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

Hsiao-nan Cheung niheaven at gmail.com
Wed Feb 24 07:30:34 CET 2016


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]]



More information about the R-help mailing list