Closed VPetukhov closed 1 year ago
Installation with install.packages('scITD') fails with ERROR: dependency ‘sva’ is not available for package ‘scITD’. R version 4.2.3.
install.packages('scITD')
ERROR: dependency ‘sva’ is not available for package ‘scITD’
Running BiocManager::install("sva") solves the problem. Perhaps, we should add it to the README.
BiocManager::install("sva")
Just updated the readme to include this and other bioconductor based dependencies, thanks!
Installation with
install.packages('scITD')
fails withERROR: dependency ‘sva’ is not available for package ‘scITD’
. R version 4.2.3.Running
BiocManager::install("sva")
solves the problem. Perhaps, we should add it to the README.