Rattle: Download V6
Rattle V6, released in 2024, brings a new user interface and new installation packages for Rattle. To install or to update Rattle you can follow the specific instructions available for each of the major computer operating systems.
Rattle: Download V5 - Deprecated
The Rattle User Guide contains an installation guide for installing the deprecated version of rattle for GNU/Linux or MS/Windows. Below we provide only brief comments.
When installing, make sure you have installed the GTK+ libraries for your system (independent of R) or else you may see an error about libatk missing.
You can obtain a stable version of rattle from CRAN. Start up R and at the
prompt (>), type the commands:
>
install.packages("RGtk2")
>
install.packages("rattle", dependencies=TRUE)
Advanced users can download the Rattle source packages directly:
- GNU/Linux Package: rattle_2.6.22.tar.gz
- MS/Windows Package: rattle_2.6.22.zip
Save theses to your hard disk (e.g., to your Desktop) but don't extract them. Then, on GNU/Linux run the install command shown below. This command is entered into a terminal window:
- R CMD INSTALL rattle_2.6.22.tar.gz
The pmml source package is also available directly:
- GNU/Linux Package: pmml_1.2.30.tar.gz
- MS/Windows Package: pmml_1.2.30.zip
Once downloaded and installed (R CMD INSTALL), you simply need to:
>
library(rattle)
>
rattle()
and you should see the graphical user interface pop up.
Finally, you can also download the actual Google Code repository with the command:
- svn checkout http://rattle.googlecode.com/svn/trunk/ rattle
Copyright © 2006-2023 Togaware Pty Ltd
This site is hosted in the cloud by OpalStack.
Last modified: Sun Jul 8 08:03:56 EST 2007