You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matrixStats will align the default ties.method for colRanks() and rowRanks() with that of base::rank(), cf. HenrikBengtsson/matrixStats#142. Because of this, I ran a few reverse dependency checks to see what could break, and I spotted fishpond. It doesn't specify ties.method, so its results will be affected when we change the default:
Ok, good. However, I'll be deprecating, and then defunct:ing, the case when missing(ties.method) is true, for quite a while, before changing the default. This is to alert as many people as possible, so they can update any scripts using it. I wanna be conservative and minimize the risk for the change to go unnoticed "out there". So, you'll eventually have to specify the argument ... at least for quite a while.
matrixStats will align the default
ties.method
forcolRanks()
androwRanks()
with that ofbase::rank()
, cf. HenrikBengtsson/matrixStats#142. Because of this, I ran a few reverse dependency checks to see what could break, and I spotted fishpond. It doesn't specifyties.method
, so its results will be affected when we change the default:https://github.com/mikelove/fishpond/search?q=rowRanks
The text was updated successfully, but these errors were encountered: