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

John Williams john.b.williams at gmail.com
Wed Feb 24 07:37:37 CET 2016


library(quantmod)
getSymbols("IBM")
chartSeries(IBM)

works fine in Rstudio

On Wed, Feb 24, 2016 at 1:26 AM, Hsiao-nan Cheung <niheaven at gmail.com>
wrote:

> Hi,
>
> That's a truly RStudio problem, since I've tested it in R console. So I'll
> resend it to RStudio Support and R mailing list to get a solution. Thank
> you any more.
>
> Yours,
> Hsiao-nan
>
> 2016-02-22 16:15 GMT+08:00 Maxim Fomin <mxfomin at gmail.com>:
>
> >  Hi!
> >
> > 1) Your problem has nothing to do with R Finance in particular. You
> > have R or Rstudio problem.
> > 2) You need to figure out whether it works in simple R session. If it
> > works, then it is Rstudio problem.
> > 3) Also please consider providing session information (if you have
> > truly R problem) using sessionInfo() .
> >
> > P.S. The code works for me.
> >
> > Best regards,
> > Maxim
> >
> > 2016-02-22 9:12 GMT+03:00 Hsiao-nan Cheung <niheaven at gmail.com>:
> > > Dear All,
> > >
> > > Sorry for my second question.
> > >
> > > 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 Rgui.exe,
> > i.e.
> > > there is a plot in the default graphics device. So maybe it's a
> graphics
> > > engine error?
> > >
> > > I've tried the plot() function, e.g., plot(chartSeries(IBM)), and it
> > > crashes, too. Nothing improve.
> > >
> > > Yours,
> > > Hsiao-nan Cheung
> > > 2016/2/22
> > >
> > >         [[alternative HTML version deleted]]
> > >
> > > _______________________________________________
> > > R-SIG-Finance at r-project.org mailing list
> > > https://stat.ethz.ch/mailman/listinfo/r-sig-finance
> > > -- Subscriber-posting only. If you want to post, subscribe first.
> > > -- Also note that this is not the r-help list where general R questions
> > should go.
> >
>
>         [[alternative HTML version deleted]]
>
> _______________________________________________
> R-SIG-Finance at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-finance
> -- Subscriber-posting only. If you want to post, subscribe first.
> -- Also note that this is not the r-help list where general R questions
> should go.
>

	[[alternative HTML version deleted]]



More information about the R-SIG-Finance mailing list