I found where the error was coming from...
The error is coming from my .Rprofile. Where I have the line
library("affy")
When I commented it everything worked fine...
The package 'stats' is load after 'affy' and it overwrite the the
update object from the the package affy
David