On Mon, 15 Nov 2010, Dieter Menne wrote:



kgorahava wrote:

I am trying to install and run Rattle on my Dell Laptop and I have Windows
7 OS.

install.packages("RGtk2")

install.packages("rattle")

 library(rattle)
Rattle: Graphical interface for data mining using R.
Version 2.5.47 Copyright (c) 2006-2010 Togaware Pty Ltd.
Type 'rattle()' to shake, rattle, and roll your data.

When I type the below command, I get an error message.



This had bugged me before, and reinstalling Rgtk over and over did not help.
I got it to work after total cleanup of all GTk related files (use a global
search!) and reinstalling Gtk. So old-version files had come into the way.

If they are in your PATH, they will (and we do also warn that 32-bit DLLs in the path for 64-bit R or v.v. will lead to confusion).

So just check your PATH: you can have multiple Gtk+ installations, and you need to if you use both 32- and 64-bit R (but you need to set the PATH appropriately).


Dieter



--
View this message in context: 
http://r.789695.n4.nabble.com/Problem-in-installing-and-starting-Rattle-tp3042502p3042857.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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.


--
Brian D. Ripley,                  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
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.

Reply via email to