Besides the suggestions made by others, you may want to look at the R-wiki, where there is
a section on installing rattle and its dependencies, but mostly for Linux distros. Rattle
involves lots of other tools, which makes it challenging to install. You could do the
community a service by adding a section on Windows installs. And someone with Mac
experience might do likewise. The wiki offers a chance -- but not a guarantee -- that
information that appears over several posts here can be consolidated.
JN
Message: 1
Date: Thu, 25 Feb 2010 03:06:40 -0800 (PST)
From: chinna <durgache...@gmail.com>
To: r-help@r-project.org
Subject: [R] how to install rattle for data mining
Message-ID: <1267096000783-1568841.p...@n4.nabble.com>
Content-Type: text/plain; charset=us-ascii
library(rattle)
Loading required package: pmml
Loading required package: XML
Error: package 'XML' could not be loaded
In addition: Warning message:
In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc =
lib.loc) :
there is no package called 'XML'
i have installed glade package
>install.packages("RGtk2")
> install.packages("rattle")
______________________________________________
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.