iS-CellR icon indicating copy to clipboard operation
iS-CellR copied to clipboard

Installation problem

Open mAGLAVE opened this issue 4 years ago • 0 comments

Hi, Thanks you for your tool!

But I had a problem with the installation:

[...]
Loading required package: threejs
Loading required package: dashboardthemes
Error : With R version 3.5 or greater, install Bioconductor packages using BiocManager; see https://bioconductor.org/install

I solved it by: BiocManager::install("MAST")

I think you should change the line 72 of installPkgsR.R script and replace biocLite by BiocManager.

Also, I needed to install the package "muttest" by BiocManager::install("multtest"). Maybe it should be added to the package list during installation.

Have a good day!

mAGLAVE avatar Apr 07 '20 08:04 mAGLAVE