missCompare icon indicating copy to clipboard operation
missCompare copied to clipboard

Installation from CRAN fails on dependency pcaMethods

Open technocrat opened this issue 4 years ago • 3 comments

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

technocrat avatar Mar 16 '21 23:03 technocrat

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

jzadra avatar May 13 '21 20:05 jzadra

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 !!

ericconchamunoz avatar May 18 '21 20:05 ericconchamunoz

Faced the same issue with pcaMethods not being available.

alainrafiki avatar Sep 28 '21 05:09 alainrafiki