Skip to content
Prev 248375 / 398502 Next

Failing to install {rggobi} on win-7 R 2.12.0

According to my experience, you should NOT download the GTK version
from GGobi's website. That version won't work for R 2.12.0 and rggobi.
So first, remove that version of GTK; then follow the instructions
from library(RGtk2) to download and install the more recent version of
GTK+. Then everything should be fine, except library(rggobi) will
still complain that libxml2.dll is missing. [I don't guarantee the
rest of steps work] You might need to download libxml2
(http://xmlsoft.org/) and manually put its dll's under your PATH (e.g.
the bin directory of GTK+).

Regards,
Yihui
--
Yihui Xie <xieyihui at gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA
On Tue, Jan 25, 2011 at 11:27 AM, Tal Galili <tal.galili at gmail.com> wrote: