arg0naut91/muRty

Doesn't work with 2x2 due to error in logical operators when doing checks

Closed this issue · 0 comments

if (nrow(mat) <= 2) should be if (nrow(mat) < 2)