Please try re-installing BiocGenerics. It might also be necessary to reinstall
other packages in 'XVector', 'S4Vectors', 'IRanges', "GenomicRanges'
I believe the problem is that the 'lengths' generic was implemented in base R
and then removed from BiocGenerics, but that one or more of your insta
Thank you for the advice! I checked validity of the packages and
reinstalled "too new" once appearing in the warning.
However, I could not install a correct BiocParallel version using
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Bi
A good place to start is to verify that your packages are all from the same
release
BiocManager::valid()
and then if that is not revealing make sure to start a new R session, attach
SummarizedExperiment, and report the output of sessionInfo().
Martin
On 12/1/18, 8:16 PM, "Bioc-devel on behal
Hi everyone,
I am working with R 3.6 on macOS mojave, and I installed the
SummarizedExperiment from BiocManager 3.9. Whenever the package is loaded I
get the following warning:
Warning: multiple methods tables found for ‘lengths'
Did anyone encounter this problem? Any suggestions for fixes?
Bes