Togaware
freedom is in everyone's language Frihed Vrijheid Liberté Freiheit Ελευθερία Свобода Bebas Libertad


Home
Services
Freedoms
Resources

- Rattle

- OpenMoko

- Data Mining

- GNU/Linux

- LaTeX

Supporting

- Analytics/IAPA

- AusDM

- PAKDD

Hosting

- Dirt Navigator

- Gallery

About Us


Rattle: Download

If you are new to Rattle, please see the Rattle User Guide for an installation guide 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)

For advanced users the most current version of Rattle can be obtained with issuing the following command in R:
      > install.packages("rattle", repos="http://rattle.togaware.com")

For advanced users you can also download the Rattle source packages directly:

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:

On MS/Windows start up the R application and from the Packages menu, choose the Install package(s) from local zip file. Browse to your Desktop (where you downloaded the Rattle zip file), and select the downloaded zip file. This will then install the package.

The pmml source package is also available directly:

Finally, you can also download the actual Google Code repository with the command:

Once downloaded and installed (R CMD INSTALL), you simply need to:

      > library(rattle)
      > rattle()

and you should see the graphical user interface pop up.