Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google


Quick Start Install--Debian

This Quick Start guide to installing Rattle is straightforward, assuming we are running Debian or Ubuntu GNU/Linux and we are directly connected to the Internet:

  1. Install the GTK+ libraries:

    $ wajig install libglade2-0
    

  2. Install GGobi:

    $ wajig install ggobi
    

  3. Install R:

    $ wajig install r-base-core
    

  4. Install Rattle:

    $ R
    > install.packages("rattle", dependencies=TRUE)
    

  5. Start up Rattle:

    $ R
    > library(rattle)
    > rattle()
    

And that is all there is! The details and idiosyncracies are in Section 2.1.4.



Copyright © Graham.Williams@togaware.com
Support further development through the purchase of the PDF version of the book.
PDF version is properly formatted and forms a comprehensive book (draft with over 600 pages).
Brought to you by Togaware.