michaelhallquist / MplusAutomation

The MplusAutomation package leverages the flexibility of the R language to automate latent variable model estimation and interpretation using Mplus, a powerful latent variable modeling program developed by Muthen and Muthen (www.statmodel.com). Specifically, MplusAutomation provides routines for creating related groups of models, running batches of models, and extracting and tabulating model parameters and fit statistics.
84 stars 46 forks source link

error when load MplusAutomation #99

Closed DongZhang1103 closed 5 years ago

DongZhang1103 commented 5 years ago

Hello, When I loaded the MplusAutomation pkage, error occured. " Error: package or namespace load failed for ‘MplusAutomation’ in rbind(info, getNamespaceInfo(env, "S3methods")): number of columns of matrices must match (see arg 2) "
What's wrong? The R version I used is Microsoft R Open 3.5.3.

michaelhallquist commented 5 years ago

I don't believe this is an issue with the package. I've seen this sort of error more generally when you install a package under R 3.6, but then try to run it under R 3.5. I would check your sessionInfo() and make sure you install and run the package under the same version of R. If the issue persists, please post a reproducible example here, including your sessionInfo() output.

Michael

DongZhang1103 commented 5 years ago

Thank you so much. I try it agian, but error is still . Following is my code.

library(MplusAutomation) Error: package or namespace load failed for ‘MplusAutomation’ in rbind(info, getNamespaceInfo(env, "S3methods")): number of columns of matrices must match (see arg 2)