replacing previous import stats::mad by BiocGenerics::mad when loading IRanges
1
0
Entering edit mode
nick • 0
@nick-11777
Last seen 7.5 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?

 

 

 

iranges biocgenerics dirichletmultinomial • 1.5k views
ADD COMMENT
0
Entering edit mode

Probably need to update. IRanges has not imported mad() from stats since 7/30/2015.

ADD REPLY
0
Entering edit mode
@martin-morgan-1513
Last seen 5 days ago
United States

Following Michael's suggestion, it seems likely that you have a mix of Bioconductor packages from different Bioconductor releases. Use BiocInstaller::biocVersion() to get the version of Bioconductor in use, and BiocInstaller::biocValid() to identify packages that are out-of-sync.

ADD COMMENT

Login before adding your answer.

Traffic: 641 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6