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

When calling the functions with matrixTests:: prefix - the warning gets repeated multiple times #1

Closed karoliskoncevicius closed 5 years ago

karoliskoncevicius commented 5 years ago

To reproduce:

mat <- matrix(c(0,0,1,1,0,0,1,1),nrow=2)
grps <- c(0,1,0,1)
res <- row_oneway_welch(mat,grps)
res <- matrixTests::row_oneway_welch(mat,grps)

Thanks to @matthewcarlucci for pointing this out.

karoliskoncevicius commented 5 years ago

Fixed in dev branch: https://github.com/KKPMW/matrixTests/commit/911813e40e6f1bfa2fa492095790f1f3b6f7d200