You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runPercentRank() would segfault when n was larger than the number of non-NA values (fixed in #112). This bug exists in other C functions (e.g. wilderSum()), but the input is checked before calling C. These checks should be done in the C code so the functions can be called directly from C.
The text was updated successfully, but these errors were encountered:
runPercentRank()
would segfault whenn
was larger than the number of non-NA values (fixed in #112). This bug exists in other C functions (e.g.wilderSum()
), but the input is checked before calling C. These checks should be done in the C code so the functions can be called directly from C.The text was updated successfully, but these errors were encountered: