Rattle: ‘RGtk2Extras’ not available

603 Views Asked by At

I am trying to get Rattle set up on my computer for a master's course I'm taking.

I am running Windows 10 and have R version 3.6, RStudio version 1.2.1335, and Rattle version 5.2 installed.

Using the following code I tried to install Rattle with all the suggested packages:

install.packages("rattle", dep=c("Suggests"))

There are two packages that are currently unavailable: playwith, RGtk2Extras.

Are there any workarounds?

Update 1: I tried installing the archived version of RGtk2Extras and I am receiving this error message

Warning: Failed to load RGtk2 dynamic library, attempting to install it. Please install GTK+ from http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.22/gtk+-bundle_2.22.1-20101227_win32.zip If the package still does not load, please ensure that GTK+ is installed and that it is on your PATH environment variable IN ANY CASE, RESTART R BEFORE TRYING TO LOAD THE PACKAGE AGAIN

I have RGtk2 version 2.20.36 installed and it appears to load fine when I type library(Rgtk2) I also know that I have GTK+ installed because Rattle asked me to install it and I did.

Thank you!

0

There are 0 best solutions below