2.13 Installing Rattle V5 Deprecated

20241206

Rattle V5 is still usable but requires a bit of setup on different platforms. 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 is there if you need it.

Ubuntu 24.04

Follow the first two steps for Installing Rattle on Linux: installing 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:

wget https://access.togaware.com/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()


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