karoliskoncevicius / matrixTests

R package for computing multiple hypothesis tests on rows/columns of a matrix or a data.frame
https://cran.r-project.org/web/packages/matrixTests/index.html
36 stars 5 forks source link

Sync the Inf value behaviour of wilcox test with base after R 4.0.0 #10

Closed karoliskoncevicius closed 4 years ago

karoliskoncevicius commented 4 years ago

After R 4.0.0. wilcox.test() will change it's behaviour with Infinite values. Once R 4.0.0. is out we need to make sure row_wilcox_test() will handle Inf values in the same way wilcox.test() does.

karoliskoncevicius commented 4 years ago

Fixed in current dev branch: https://github.com/KKPMW/matrixTests/commit/0ae5213da823f3adfd48e3d30be45dc4049557b2