Skip to content

var() doesn't work for R-1.8.0

2 messages · bin wang, Uwe Ligges

#
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
#
bin wang wrote:

            
This issue arised earlier this week. Unpack the sources into a clean 
directory and try compiling again.

Uwe Ligges