As Peggy notes, installing and running Rattle takes only three "commands" in R:
install.packages("rattle",
dependencies=c('Depends', "Suggests"))
library(rattle)
rattle()Although not necessary, the "Suggests" option above can avoid Rattle's annoying requests for more packages as you click through its GUI; the downside is the time to download and install about 900 packages. Below ("Read more >>") is a link to a video of me running through the three lines above: