I m trying to start rattle on R Studio and end up with an error

0 votes

I have installed rattle library but when i try to start it with rattle() function, I end up with the following error:

Loading required package: RGtk2
Error in loadNamespace(name) : there is no package called ‘RGtk2’
In addition: Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
  there is no package called ‘RGtk2’
Nov 26, 2018 in Data Analytics by Ali
• 11,360 points

edited Nov 26, 2018 by Ali 3,864 views

1 answer to this question.

0 votes

You need the package RGtk2 for rattle to work. Follow these steps to install rattle:

install.packages(‘RGtk2’)
library(RGtk2)
restart rstudio
install.packages(‘rattle’)
library(rattle)
rattle() – starts the GUI.
answered Nov 26, 2018 by Maverick
• 10,840 points

Related Questions In Data Analytics

+1 vote
1 answer
+5 votes
0 answers
0 votes
4 answers

How to change font size of text and axes on R plots ?

To change the font size of text ...READ MORE

answered Dec 16, 2020 in Data Analytics by Gitika
• 65,910 points
114,930 views
+1 vote
1 answer

Error saying "could not find function "shinyUI"" in shiny R

Its a small spelling mistake that you've ...READ MORE

answered Nov 28, 2018 in Data Analytics by Maverick
• 10,840 points
2,348 views
+1 vote
1 answer

Error saying "could not find function dashboardPage" in shiny R

Include this line in the code: Library(shinydashboard) READ MORE

answered Nov 29, 2018 in Data Analytics by Maverick
• 10,840 points
3,163 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP