Installation from CRAN fails on dependency pcaMethods
technocrat opened this issue · 3 comments
technocrat commented
BiocManager::install("pcaMethods")
is required.
jzadra commented
Same problem, pcaMethods
does not appear to be on cran any more.
ericconchamunoz commented
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 !!
alainrafiki commented
Faced the same issue with pcaMethods not being available.