Error in models/passing/InitializationErrorDetection.R

With revision 3958, I get an error in one model in the test suite, models/passing/InitializationErrorDetection.R , namely, "Error: An error was thrown with the wrong message: Observed argument is neither a data frame nor a matrix". Both of the first two omxCheckError() statements trigger it.

If this error reflects a real problem with our code, then of course the problem should be fixed. If not, then we just need to edit this test model so it doesn't fail.

This is caused by import(utils) in NAMESPACE. I wonder if we really need that line? I'll take it out.

Sorry I didn't test 3958 with buildbot. That's how the bug slipped in. SVN 3959 should be 100% passing. I'll ask Mike Cheung if SVN 3959 is still okay for metaSEM.