Re: [R] RGL package installation problem on Centos

2011-05-25 Thread john herbert
, textype = "rgb", texmipmap = FALSE, texminfilter = "linear", texmagfilter = "linear", texenvmap = FALSE) 3: do.call("rgl.spheres", c(list(x = x, y = y, z = z, radius = radius), .fixMaterialArgs(..., Params = save))) 4: spheres3d(rnorm(10), rnorm(10), rno

[R] RGL package installation problem on Centos

2011-05-23 Thread john herbert
Dear R users, I have installed the latest version of R from source on Centos (using configure and make install). This seemed to work fine, with no Errors reported and R at the command line starts R. However, if I try and installed the package rgl using; install.packages("rgl") I get the following