Re: [R-SIG-Mac] R stops abruptly applying textures in rgl

2014-03-20 Thread Agustin Diez Castillo
Duncan, Find the script [1] , SessionInfo [2] and the Mac error [3] in case it helps. Executing R from the terminal R doesn't freeze and I got the same message that in Ubuntu 13.04 [4] # With rgl installed in ~/Library/R/ library(rgl) # Set directory setwd(~/) #Working rgl.bg(sphere=TRUE,

Re: [R-SIG-Mac] R stops abruptly applying textures in rgl

2014-03-20 Thread Rainer M Krug
Agustin Diez Castilloagustin.d...@uv.es writes: Duncan, Find the script [1] , SessionInfo [2] and the Mac error [3] in case it helps. Executing R from the terminal R doesn't freeze and I got the same message that in Ubuntu 13.04 [4] # With rgl installed in ~/Library/R/ library(rgl) #

Re: [R-SIG-Mac] R stops abruptly applying textures in rgl

2014-03-20 Thread Duncan Murdoch
On 20/03/2014 9:26 AM, Rainer M Krug wrote: Agustin Diez Castilloagustin.d...@uv.es writes: Duncan, Find the script [1] , SessionInfo [2] and the Mac error [3] in case it helps. Executing R from the terminal R doesn't freeze and I got the same message that in Ubuntu 13.04 [4] # With rgl

Re: [R-SIG-Mac] R stops abruptly applying textures in rgl

2014-03-19 Thread Duncan Murdoch
On 19/03/2014 10:22 AM, Agustin Angel Diez Castillo wrote: Hi, When applying textures to an rgl object I can do it without problem if the applied texture if the texture file is called in an expand form [1]. However if the same file is called with tilde [2], R will stop abruptly. I've tested it