Hi, I am building a package using this package, and am very happy with it!
I found a bug that if for some reason NA is passed as the sample size to sample_int_expj (and possibly other functions), the R process will be terminated caused by a "memory not mapped" exception. It is of course reasonable that is it not realistic to sample NA items, but maybe it would be appropriate to check for this in some way?
Hi, I am building a package using this package, and am very happy with it!
I found a bug that if for some reason NA is passed as the sample size to sample_int_expj (and possibly other functions), the R process will be terminated caused by a "memory not mapped" exception. It is of course reasonable that is it not realistic to sample NA items, but maybe it would be appropriate to check for this in some way?
Code reproducing the error is