Tirgit/missCompare

Installation from CRAN fails on dependency pcaMethods

technocrat opened this issue · 3 comments

BiocManager::install("pcaMethods") is required.

Same problem, pcaMethods does not appear to be on cran any more.

Hi Jzadra, you have to install pcaMethods from BioConductor using this:

if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("pcaMethods")

Then you can install missCompare as usual.

Good luck !!

Faced the same issue with pcaMethods not being available.