Entering edit mode
nick
•
0
@nick-11777
Last seen 8.1 years ago
When running R CMD INSTALL for the DirichletMultinomial package on my machine, I'm getting the following error:
Error: (converted from warning) replacing previous import ‘stats::mad’ by ‘BiocGenerics::mad’ when loading ‘IRanges’
After searching online, I see this has something to do with the NAMESPACE importing stats and BiocGenerics, both with the method mad.
Any ideas on how to fix this?
Probably need to update. IRanges has not imported mad() from stats since 7/30/2015.