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