Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation from CRAN fails on dependency pcaMethods #8

Open
technocrat opened this issue Mar 16, 2021 · 3 comments
Open

Installation from CRAN fails on dependency pcaMethods #8

technocrat opened this issue Mar 16, 2021 · 3 comments

Comments

@technocrat
Copy link

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

@jzadra
Copy link

jzadra commented May 13, 2021

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

@ericconchamunoz
Copy link

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
Copy link

Faced the same issue with pcaMethods not being available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants