To install Rattle you can follow the specific instructions available for each of the major computer operating systems:
You can visit the survival guide for the general instructions for installing rattle.
The Rattle front-end is implemented in Flutter with the back-end implemented in R. You will need to install R on your computer to be able to run Rattle, as covered in the above instructions. To install R in general please visit the guide to installing R. If you are on Gnu?Linux and particularly Ubuntu then visit the guide to installing R on Ubuntu.
You can run the app from the source code available from github. This has been tested on Linux, MacOS, and Windows. Begin by installing flutter on your computer (see the flutter install guide), then clone the github repository (see the git install guide) and then build/run the app:
git clone git@github.com:gjwgit/rattleng.git
cd rattleng
flutter run
You can also download the source code (rather than cloning the
repository) from github by
clicking the Code drop down menu then the Download ZIP
button. Then unzip, cd into the unzip'ed folder rattleng-dev
to
then run flutter run
.