statnet / ergm.ego

Fit, Simulate and Diagnose Exponential-Family Random Graph Models to Egocentrically Sampled Network Data https://statnet.org
Other
14 stars 4 forks source link

drop only the netsize.adj offset in predict.ergm.ego #47

Closed chad-klumb closed 3 years ago

chad-klumb commented 3 years ago

references statnet/ergm#172

martinamorris commented 3 years ago

Thanks @chad-klumb -- any idea why the appveyor build is failing -- it seems to be having problems installing dependencies from github.

chad-klumb commented 3 years ago

It's looking for a C compiler where one doesn't exist

/bin/sh: c:/rtools40/mingw64/bin/gcc: No such file or directory

From the commit log

https://github.com/statnet/ergm.ego/commits/master

it appears this build hasn't been working for some time.

martinamorris commented 3 years ago

is the missing c-compiler something we can fix?

mbojan commented 3 years ago

Merging as the failures seem to be related to CI infrastructure only.