Skip to content
Prev 6731 / 15075 Next

New GTK+ [Was: rggobi: Installation problems on OS X Snow Leopard]

Actually, I have finally managed to get GTK+ to work even in 64-bit  
(at least most of it) and I have also compiled the corresponding  
rggobi binary. However, this requires an updated GTK+ framework as  
well as a new ggobi version. It will only work on Mac OS X 10.5 or  
10.6 (hence the Leopard build only). To install:

a) install new GTK+ and ggobi:

cd /tmp
curl -O http://r.research.att.com/libs/GTK+_2.18.5-X11-darwin9-bin3.tar.gz
curl -O http://r.research.att.com/libs/ggobi-2.1.8-darwin9-bin3.tar.gz
sudo tar fxz GTK+_2.18.5-X11-darwin9-bin3.tar.gz -C /
sudo tar fxz ggobi-2.1.8-darwin9-bin3.tar.gz -C /

b) in R install the packages form the Mac binary master server:

install.packages(c("RGtk2", "rggobi"),,"http://r.urbanek.info/")

(They will propagate to CRAN mirrors within a day or so).

Eventually I'll turn the GTK+ tar ball into an installer package so if  
the above scares you stay tuned.

Cheers,
Simon
On Jan 8, 2010, at 11:19 , Simon Urbanek wrote: