PDA

View Full Version : Problem installing the rgl package in R


metaxab
October 29th, 2007, 08:54 AM
Hello I have the following problem:

I am trying to install the 'rgl' package by:

sudo R
install.packages('rgl',dependencies=TRUE)


I get the following message

checking for X... no
configure: error: X11 not found but required, configure aborted.
ERROR: configuration failed for package 'rgl'
** Removing '/usr/local/lib/R/site-library/rgl'



How can I resolve this issue

I run Ubuntu 7.10


Thank you in advance:)

Tart
May 8th, 2008, 10:44 PM
Hi

Did you ever resolve this problem? I just got new computer and I get the same message while trying install rgl package

Thanks