Re: [R] snow and different R versions

2009-01-16 Thread Gábor Csárdi
Just for the records. The problem was that the R version Rscript starts is determined at compile time, and I had to move my R installation to another place for some technical reasons. At the compile-time place there was another R version and Rscript started that one. The solution was to create a

[R] snow and different R versions

2009-01-09 Thread Gábor Csárdi
Dear Luke and others, I have many R versions on my machine and want to start a particular one when snow builds its cluster. (The same version I start snow from.) It seems that everything is set up correctly in defaultClusterOptions: mget(ls(defaultClusterOptions), defaultClusterOptions)