Re: [Bioc-devel] SummarizedExperiment warning upon loading

2018-12-03 Thread Martin Morgan
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

Re: [Bioc-devel] SummarizedExperiment warning upon loading

2018-12-03 Thread Lan Huong Nguyen
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

Re: [Bioc-devel] SummarizedExperiment warning upon loading

2018-12-02 Thread Martin Morgan
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

[Bioc-devel] SummarizedExperiment warning upon loading

2018-12-01 Thread Lan Huong Nguyen
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