On Apr 24, 2012, at 6:24 PM, Grimes Mark wrote:

> Holley
> 
> Sorry, maybe I didn't answer your question.  I followed the path on the error 
> message and found the offending file and removed it from that directory.  Is 
> this the problem or that you did this and it still doesn't work?
> 

What Holly said is that she can't find a way to delete the file. You can find 
the file with

system.file("libs",.Platform$r_arch,"aglrgl.so",package="rgl")

so you can remove it with

unlink(system.file("libs",.Platform$r_arch,"aglrgl.so",package="rgl"))

However, you didn't include necessary details with your posts (like your OS 
version) so it's unclear whether there is really a problem (I can't reproduce 
it on my system) so I can't vouch for the hack.

Cheers,
Simon



> Mark
> 
> 
> On Apr 23, 2012, at 2:54 PM, Holly Kindsvater wrote:
> 
>> Hello,
>> 
>> I found your recent thread on fixing the "broken" rgl package in R 2.15 so 
>> that one can use plot3d. The solution appears to be deleting the aglrgl.so 
>> library. Can you tell me how to do this? I think that it could be done from 
>> the command line using the path in the error message, but so far I can't 
>> seem to get that to work.
>> 
>> Thanks,
>> 
>> Holly Kindsvater
> 
> _______________________________________________
> R-SIG-Mac mailing list
> [email protected]
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 
> 

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to