2.17 Install Rattle V5 Deprecated

20260820

Rattle V5 is still usable but requires a bit of setup on different platforms and significantly older version of R. We do not recommend using Rattle V5 given the demise of the RGtk2 package on CRAN and the modern rewrite of the user interface for Rattle V6, but it may be there if you need it. Most of the functionality has migrated to V6 and anything missing is a bug and should be reported on the github repository as an issue.

The old installation instructions suggesterd intalling base R and then the R2U packages. Then install the required gtk packages and start up R as the admin user to install the latest version of Rattle V5 (version 5.5.2):

wajig install libgtk2.0-dev libxml2-dev
sudo R -e 'install.packages("rattle", repos="http://rattle.togaware.com", type="source")'

Then install RGtk2 package pre-built for GNU/Linux:

curl https://access.togaware.com/RGtk2_2.20.36.2_prebuilt_linux.zip -o RGtk2_2.20.36.2_prebuilt_linux.zip
sudo unzip RGtk2_2.20.36.2_prebuilt_linux.zip -d /usr/local/lib/R/site-library/

Now start Rattle V5:

$ R
> library(rattle)
> rattle()

Best of luck!



Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0