I am unable to install Rattle on my windows 10 pc. I installed in this order:
- R,
- R Studio,
- RGTK2,
- RGTK2 extras, and
- rattle
When I tried to invoke rattle in the console this is what I see:
I am unable to install Rattle on my windows 10 pc. I installed in this order:
When I tried to invoke rattle in the console this is what I see:
Installation looks just fine.
After installing a package you need to load the package into the R session:
> library(rattle)
> rattle()
I found the following video that helped me to successfully install Rattle on Windows 10: How to Install Rattle on Windows Easily and Quickly 2020