MarioniLab / scran

Clone of the Bioconductor repository for the scran package.
https://bioconductor.org/packages/devel/bioc/html/scran.html
40 stars 22 forks source link

object ‘areSizeFactorsCentred’ is not exported by 'namespace:scater' #23

Closed liuyongcds closed 5 years ago

liuyongcds commented 5 years ago

I have installed all the library successfully and they are also the latest version. However, I have this issue with load scran failed.

library(DropletUtils) library(SingleCellExperiment) library(scater) library(SC3) library(scran) Error: package or namespace load failed for ‘scran’: object ‘areSizeFactorsCentred’ is not exported by 'namespace:scater' Best, Yong

LTLA commented 5 years ago

Are you sure you've installed the latest version? scran is on 1.10.1, scater is on 1.10.0 for release. Make sure you don't have any problems when you run BiocManager::valid().

liuyongcds commented 5 years ago

Are you sure you've installed the latest version? scran is on 1.10.1, scater is on 1.10.0 for release. Make sure you don't have any problems when you run BiocManager::valid().

Thank you LTLA, I have check the version of scran. I have reinstalled the scran and fix the issue. Best, Yong