Iam installing rattle on the new R2.14.0 and Windows 7 _64.
I ended up removing all the GTK2 related pieces to make sure I had no
other copies on my system and installed it from within R, I think the
package was RGTK2+. Restarted R and tested rattle but the issues I
have were not resolved.
The two errors messages I see are as follows, the first one happens
right after I start rattle with the command rattle()
(rsession.exe:4012): Gtk-WARNING **: Unknown property:
GtkMenuBar.ubuntu-local
Rattle timestamp: 2011-12-16 19:26:42
The other one is usually experienced when I try to load Rdata. I have
not tried to load other kinds of data so I am not sure if the problem
is specific to the Rdata only. The errors are:
(rsession.exe:4012): Gtk-CRITICAL **: gtk_builder_get_object:
assertion `GTK_IS_BUILDER (builder)' failed
Error in set.cursor() : attempt to apply non-function
I ran rattleInfo() and the results are bellow:
Rattle: version 2.6.15 cran 2.6.15
R: version 2.14.0 (2011-10-31) (Revision 57496)
Sysname: Windows
Release: 7 x64
Version: build 7600
Nodename: M-PC
Machine: x86-64
Login: xxxx
User: xxxx
Effective_user: xxxx
Installed Dependencies
RGtk2: version 2.20.19
colorspace: version 1.1-0
cairoDevice: version 2.19
foreign: version 0.8-46 upgrade available 0.8-48
gWidgetsRGtk2: version 0.0-77
Matrix: version 1.0-1 upgrade available 1.0-2
nnet: version 7.3-1
RGtk2Extras: version 0.5.0
rpart: version 3.1-50
survival: version 2.36-10
That was 13 packages.
Upgrade the packages with either of the following commands:
> install.packages(c("foreign", "Matrix"))
> install.packages(rattleInfo())
This sounds like the same issue we were having with Mac OSX. Try:
> library(rattle)
> crv$rattleUI <- "rattle_macosx.ui"
> rattle()
If that fixes it, I'll have to somehow fix the .ui file globally.
Please let me know how you go.
Regards,
Graham
I had not heard of issues with RStudio before. I just tried it and all
looks okay on Ubuntu with RStudio. Might be Windows related. I'll do
some testing.
Regards,
Graham