kosukeimai / MatchIt

R package MatchIt
210 stars 41 forks source link

NAMESPACE Issue When Compiling CBPS #62

Closed christianfong closed 3 years ago

christianfong commented 3 years ago

Hi Noah,

When I try to build CBPS, I am now getting an error from MatchIt.

Error: package or namespace load failed for 'MatchIt' in rbind(info, getNamespaceInfo(env, "S3methods")): number of columns of matrices must match (see arg 2) Error : package 'MatchIt' could not be loaded

Any idea what could be causing this error?

Thanks! Christian

ngreifer commented 3 years ago

Interesting, I'm so sorry about this. I'll look into it now and see if I can fix it.

ngreifer commented 3 years ago

Have you tried the solution described here?

christianfong commented 3 years ago

Thanks so much, Noah! That put me on the right track.