statnet / ergm

Fit, Simulate and Diagnose Exponential-Family Models for Networks
Other
98 stars 37 forks source link

ergm uses a non-API call SET_TYPEOF(). #575

Closed krivit closed 2 months ago

krivit commented 4 months ago

Recent actions on R-devel (e.g., https://github.com/statnet/ergm/actions/runs/10061333583/job/27811151928#step:13:263) ave been flagging this:

File ‘ergm/libs/ergm.so’:
  Found non-API call to R: ‘SET_TYPEOF’

Most recent version of the documentation describes it at https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Creating-call-expressions and suggests a workaround at https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Some-backports .