| freedom is in everyone's language | Frihed Vrijheid Liberté Freiheit Ελευθερία Свобода Bebas Libertad |
- Rattle
- OpenMoko
- LaTeX
Supporting- AusDM
- PAKDD
Hosting- Gallery
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:
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.
Copyright © 2006-2008 Togaware Pty Ltd
Last modified: Sun Jul 8 08:03:56 EST 2007