Closed mboes closed 2 years ago
Don't use foreign ccall unsafe for functions that allocate, because allocating could take some time, in particular if R needs to run the garbage collector first.
Closes #380
Don't use foreign ccall unsafe for functions that allocate, because allocating could take some time, in particular if R needs to run the garbage collector first.
Closes #380