tergm icon indicating copy to clipboard operation
tergm copied to clipboard

tergm Package error message

Open smjenness opened this issue 4 weeks ago • 2 comments

When running a tergm simulate function, I get:

Package ‘tergm’ was compiled with an older version of ‘ergm’ that did not save its C application binary interface
  (ABI) version information at the time. Inconsistent ABI versions may cause malfunctions ranging from incorrect
  results to R crashing. Please rebuild the package against the current ‘ergm’ version. If you believe message to be
  spurious, you can override by changing ‘options(ergm.ABI.action = ...)’ (See ‘options?ergm’ for possible values.)
  and proceed at your own risk.

This is even after reinstalling the tergm package from CRAN, which by default installs the mac binary. It seems like the only solution is to install tergm from source, which then works fine. But binary installs of tergm will not work. Perhaps a new version of tergm needs to be pushed to CRAN?

smjenness avatar Jan 27 '25 17:01 smjenness