Skip to content

Windows 7/Rstudio/Rattle - rattle() Causes R Session to abort

4 messages · Duncan Murdoch, Lopez, Dan

#
On 13-11-14 3:50 PM, Lopez, Dan wrote:> Windows 7, R 2.15.1 64bit, 
RStudio 0.97.312, Rattle 2.6.26
 >
 > Hi,
 > Please help.
 >
 > I removed rattle then reinstalled then loaded then attempted to open 
rattle with rattle(). But each time I do that My R session in R studio 
aborts and restarts.
 >
 > remove.packages("rattle")
 > install.packages("rattle")
 > library(rattle)
 >
 > How can I fix this? I saw something in rattle-users but that applied 
to Mac.

Do you have problems running rattle in the plain Rgui.exe?  If not, then 
this sounds like an RStudio problem, and you should use one of their 
support sites.

Duncan Murdoch
#
It's happening in the 64bit installation of R I have too (w/o Rstudio). This is R version 2.15.1

Dan


-----Original Message-----
From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com] 
Sent: Thursday, November 14, 2013 1:38 PM
To: Lopez, Dan; R help (r-help at r-project.org)
Subject: Re: [R] Windows 7/Rstudio/Rattle - rattle() Causes R Session to abort

On 13-11-14 3:50 PM, Lopez, Dan wrote:> Windows 7, R 2.15.1 64bit, RStudio 0.97.312, Rattle 2.6.26  >  > Hi,  > Please help.
 >
 > I removed rattle then reinstalled then loaded then attempted to open rattle with rattle(). But each time I do that My R session in R studio aborts and restarts.
 >
 > remove.packages("rattle")
 > install.packages("rattle")
 > library(rattle)
 >
 > How can I fix this? I saw something in rattle-users but that applied to Mac.

Do you have problems running rattle in the plain Rgui.exe?  If not, then this sounds like an RStudio problem, and you should use one of their support sites.

Duncan Murdoch
#
On 13-11-14 4:41 PM, Lopez, Dan wrote:
That's kind of an old R version (from June 2012); there were two more 
releases in the 2.15.x series.  The current release is 3.0.2.  Can you 
upgrade?

Duncan Murdoch