Skip to content
Prev 3236 / 15075 Next

rgl window problem

On Dec 6, 2006, at 11:09 AM, roger koenker wrote:

            
Oh, wow, your system is a mess ;). You appear to have at least two  
different versions of R on your system and neither of them is the  
CRAN build, so you are be pretty much on your own :P. In addition, it  
seems as if you have custom packages installed in ~/Library/R as  
well, which adds to the chaos, because they don't know about the  
concept of R versions and thus break very often (I suspect this is  
where your errors at start time come from).

Now to your actual problem - it seems that you want to run R-devel  
instead of R 2.4.0 (if you don't, just install R 2.4.0 from CRAN and  
everyone's happy). In that case, you must also run R.app (the GUI)  
suitable for R-devel. Running R.app built for R 2.4 won't work. I  
have just noticed that the R.app failed to build for R-devel due to  
an API change, so that's why it was not available from my page. I  
have now fixed that problem and the GUI should be available for R- 
devel as well.

Cheers,
Simon