RStudio crashes when using parse()
Dear RStudio Team,
first of all thanks a lot for creating RStudio, it is a great IDE! I think I have encountered a bug. When calling
parse()
and then enter an expression in the resulting prompt, e.g.
2*2
my RStudio crashes and terminates with an error. I am using the newest version (0.96.316) and Windows Vista 32 bit. When doing the same in the original RGui everything works fine and no error occurs.
All the best,
Sebastian
Comments are currently closed for this discussion. You can start a new one.
2 Posted by demography on 30 Jul, 2012 10:04 AM
I have the similar problem when I run follow codes:
library(rggobi)
ggobi(ggobi_find_file('data', 'flea.csv'))
then Rstudio throws the message:
(rsession.exe:1232): GLib-WARNING **: Passing a non-NULL package to g_win32_get_package_installation_directory() is deprecated and it is ignored.
and after about 3 seconds Rstudio disappears.
Those codes work fine in RGui. My os is Win7 32 bit.
Can you help me?
Thanks!
Richard
3 Posted by demography on 31 Jul, 2012 01:23 PM
update the situation:
ggobi_find_file("data", "flea.csv") now returns:
(rsession.exe:4272): GLib-WARNING **: Passing a non-NULL package to g_win32_get_package_installation_directory() is deprecated and it is ignored. [1] "C:\Program Files\ggobi\data/flea.csv"
and ggobi(ggobi_find_file("data", "flea.csv")) makes Rstudio disappear immediately.
Support Staff 4 Posted by Josh Paulson on 03 Aug, 2012 01:11 AM
Sebastian,
Seems that RStudio is not actually crashing, but quitting silently. I've filed a bug for this and we'll take a look.
Thanks,
Josh
Josh Paulson closed this discussion on 03 Aug, 2012 01:11 AM.