Hello, I'm running R.3.1.1 on Mac OS X 10.6.8 with gamm4 version 0.2-2 and lme4 version 1.1-7. I get the following error when trying to fit the simplest model I can think of:> fit = gamm4( y ~ s(x))Warning message: In deviance.merMod(ret$mer) : deviance() is deprecated for REML fits; use REMLcrit for the REML criterion or deviance(.,REML=FALSE) for deviance calculated at the REML fit>Does anyone see what's wrong? Any answer would be greatly appreciated. Nick