I installed R-1.8.0 alpha in my machine, which runs redhat9.0. I tried to run x <- c(1,2,3,4) var(x) It said 4 parameters are needed and I just provide 3. Thanks Bin
var() doesn't work for R-1.8.0
2 messages · bin wang, Uwe Ligges
bin wang wrote:
I installed R-1.8.0 alpha in my machine, which runs redhat9.0. I tried to run x <- c(1,2,3,4) var(x) It said 4 parameters are needed and I just provide 3. Thanks Bin
______________________________________________ R-devel@stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel
This issue arised earlier this week. Unpack the sources into a clean directory and try compiling again. Uwe Ligges