DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
|
Please visit Install Rattle on Mac OS/X for the latest instructions.
To install Rattle under MacOS/X, first make sure X11 is installed (and if not, install it from your restore DVD). We need to download and install the GTK, GGobi and R packages for OS/X, and then install the required R packages, similar to the MS/Windows install.
For MacOS/X on a machine connected to the Internet:
> install.packages("rattle", dependencies=c("Depends", "Suggests")) |
> library(rattle) > rattle() |
A user (Morgan Vallat) reported that there are LOCALE issues for OSX which can be fixed by starting R and then quiting so that preferences are created. Then launch a terminal and execute: defaults write org.R-project.R force.LANG en_US.UTF-8