Thursday, September 29, 2011

Installing rgl: meeting dependecies

It can prove to be a bottled pickle trying to install this R package, but the solution - a walk in the park!

So if you have tried, and failed for the moment, go to your terminal and apt-get these two packages :):
$ sudo apt-get install libx11-dev r-cran-rgl

Lastly, you will need to install 'rgl' from within R, I think...:
> install.packages('rgl')

Hope it worked!

Ciao!

No comments:

Post a Comment