Error in launching Rattle

408 views
Skip to first unread message

Maharshi p

unread,
Jun 19, 2017, 2:21:55 AM6/19/17
to rattle-users
Hello  Graham, 

I get the following error while calling rattle now and the rattle GUI does not respond to any of the commands. 

code : 'rattle(useGtkBuilder = TRUE)' 

Message1 : Error in [[.GObject(x, member) : Cannot find 'retval' for classes GdkPixbuf, GObject, RGtkObject 


Message 2 (rsession.exe:6716): Gtk-WARNING **: Could not find the icon 'gtk-file'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: icon-theme.freedesktop.org/releases'

Let me know what am I doing wrong?

Regards, 
Maharshi

Graham Williams

unread,
Jun 19, 2017, 2:27:18 AM6/19/17
to rattle-users
What version of the packages? Please provide rattleInfo() output. Thanks

Regards,
Graham

--
You received this message because you are subscribed to the Google Groups "rattle-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users+unsubscribe@googlegroups.com.
To post to this group, send email to rattle...@googlegroups.com.
Visit this group at https://groups.google.com/group/rattle-users.
For more options, visit https://groups.google.com/d/optout.

Maharshi p

unread,
Jun 20, 2017, 8:56:07 PM6/20/17
to rattle-users
Hi Graham,

the output you request is as follows:

Rattle: version 4.1.0 CRAN 4.1.0
R: version 3.4.0 (2017-04-21)

Sysname: Windows
Release: >= 8 x64
Version: build 9200
Nodename: LAPTOP-ELI827GL
Machine: x86-64
Login: maharshi
User: maharshi
Effective_user: maharshi

Installed Dependencies
ada: version 2.0-5
amap: version 0.8-14
arules: version 1.5-2
arulesViz: version 1.2-1
biclust: version 1.2.0
bitops: version 1.0-6
cairoDevice: version 2.24
cba: version 0.2-19
cluster: version 2.0.6
colorspace: version 1.3-2
corrplot: version 0.77
descr: version 1.1.3
doBy: version 4.5-15
dplyr: version 0.7.0
e1071: version 1.6-8
ellipse: version 0.3-8
fBasics: version 3011.87
foreign: version 0.8-68
fpc: version 2.1-10
gdata: version 2.18.0
ggdendro: version 0.1-20
ggplot2: version 2.2.1
gplots: version 3.0.1
gridExtra: version 2.2.1
gtools: version 3.5.0
gWidgetsRGtk2: version 0.0-83
hmeasure: version 1.0
Hmisc: version 4.0-3
kernlab: version 0.9-25
Matrix: version 1.2-10
mice: version 2.30
nnet: version 7.3-12
odfWeave: version 0.8.4
party: version 1.2-3
playwith: version 0.9-54
plyr: version 1.8.4
pmml: version 1.5.2
psych: version 1.7.5
randomForest: version 4.6-12
RColorBrewer: version 1.1-2
readxl: version 1.0.0
reshape: version 0.8.6
rggobi: version 2.1.21
ROCR: version 1.0-7
RODBC: version 1.3-15
rpart: version 4.1-11
rpart.plot: version 2.1.2
SnowballC: version 0.5.1
stringr: version 1.2.0
survival: version 2.41-3
timeDate: version 3012.100
tm: version 0.7-1
verification: version 1.42
wskm: version 1.4.28
XML: version 3.98-1.8 upgrade available 3.98-1.9

That was 60 packages.

Update the packages with either of the following commands:

  > install.packages(c("XML"))

  > install.packages(rattleInfo())

Alternatively update all installed packages:

  > update.packages()



Please guide.

Regards,
Maharshi Pathak

On Sunday, June 18, 2017 at 11:27:18 PM UTC-7, Graham Williams wrote:
What version of the packages? Please provide rattleInfo() output. Thanks

Regards,
Graham

On 10 June 2017 at 07:40, Maharshi p <maharsh...@gmail.com> wrote:
Hello  Graham, 

I get the following error while calling rattle now and the rattle GUI does not respond to any of the commands. 

code : 'rattle(useGtkBuilder = TRUE)' 

Message1 : Error in [[.GObject(x, member) : Cannot find 'retval' for classes GdkPixbuf, GObject, RGtkObject 


Message 2 (rsession.exe:6716): Gtk-WARNING **: Could not find the icon 'gtk-file'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: icon-theme.freedesktop.org/releases'

Let me know what am I doing wrong?

Regards, 
Maharshi

--
You received this message because you are subscribed to the Google Groups "rattle-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users...@googlegroups.com.

Graham Williams

unread,
Jun 21, 2017, 12:25:31 AM6/21/17
to rattle-users
I think this might be fixed for now by installing the older version of RGtk2 for Linux or Windows respectively:

> install.packages("https://cran.r-project.org/src/contrib/Archive/RGtk2/RGtk2_2.20.31.tar.gz", repos=NULL)

> install.packages("https://cran.r-project.org/bin/windows/contrib/3.3/RGtk2_2.20.31.zip", repos=NULL)

Regards,
Graham

To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users+unsubscribe@googlegroups.com.

Michael Chimney

unread,
Jul 4, 2017, 3:00:04 PM7/4/17
to rattle...@googlegroups.com

Hi Graham,

FYI - I just installed R v3.4.1 and updated all my packages with the most current versions stored on CRAN, including rattle dependencies and RGtk2 (v2.20.33).  My version of rattle (v5.0.11) now runs with no problem.

 

Regards,

Mike

 

Installed Dependencies

ada: version 2.0-5

amap: version 0.8-14

arules: version 1.5-2

biclust: version 1.2.0

bitops: version 1.0-6

cairoDevice: version 2.24

cluster: version 2.0.6

colorspace: version 1.3-2

dplyr: version 0.7.1

e1071: version 1.6-8

fBasics: version 3011.87

foreign: version 0.8-69

ggraptR: version 0.1

gridExtra: version 2.2.1

Hmisc: version 4.0-3

kernlab: version 0.9-25

Matrix: version 1.2-10

nnet: version 7.3-12

plyr: version 1.8.4

randomForest: version 4.6-12

RColorBrewer: version 1.1-2

readxl: version 1.0.0

reshape: version 0.8.6

rggobi: version 2.1.21

rpart: version 4.1-11

stringr: version 1.2.0

survival: version 2.41-3

timeDate: version 3012.100

wskm: version 1.4.28

XML: version 3.98-1.9

Graham Williams

unread,
Jul 4, 2017, 6:03:45 PM7/4/17
to rattle-users
Thanks for the update Michael and confirmation that Rattle (5.0.11 and hence later versions too) works with the latest R (3.4.1) and RGtk2 (2.20.33).

I'm heading towards a new release of Rattle soon so it is useful to ensure we have ironed out all issues before then! Appreciated.

Regards,
Graham


Regards,
Graham

 

To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users+unsubscribe@googlegroups.com.


To post to this group, send email to rattle...@googlegroups.com.
Visit this group at https://groups.google.com/group/rattle-users.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "rattle-users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users+unsubscribe@googlegroups.com.


To post to this group, send email to rattle...@googlegroups.com.
Visit this group at https://groups.google.com/group/rattle-users.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "rattle-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages