iS-CellR
iS-CellR copied to clipboard
Installation problem
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!