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

2013-11-14 Thread Lopez, Dan
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.
Dan

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
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.


Re: [R] Windows 7/Rstudio/Rattle - rattle() Causes R Session to abort

2013-11-14 Thread Duncan Murdoch
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

__
R-help@r-project.org mailing list
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.


Re: [R] Windows 7/Rstudio/Rattle - rattle() Causes R Session to abort

2013-11-14 Thread Lopez, Dan
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.dun...@gmail.com] 
Sent: Thursday, November 14, 2013 1:38 PM
To: Lopez, Dan; R help (r-help@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

__
R-help@r-project.org mailing list
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.


Re: [R] Windows 7/Rstudio/Rattle - rattle() Causes R Session to abort

2013-11-14 Thread Duncan Murdoch

On 13-11-14 4:41 PM, Lopez, Dan wrote:

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


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



Dan


-Original Message-
From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com]
Sent: Thursday, November 14, 2013 1:38 PM
To: Lopez, Dan; R help (r-help@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



__
R-help@r-project.org mailing list
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.