When computing the step of bcRanks() to obtain the ranked table, all mean values were NA. In script Ranks.R, line 148, the mean() function uses na.omit = TRUE instead of na.rm = TRUE as in following statistical functions. With this modification, the issue is solved.