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

R version 4.1.1 NetCoMi not installing #27

Closed
CarlaCristinaUranga opened this issue Sep 7, 2021 · 4 comments
Closed

R version 4.1.1 NetCoMi not installing #27

CarlaCristinaUranga opened this issue Sep 7, 2021 · 4 comments

Comments

@CarlaCristinaUranga
Copy link

Hi, is anyone else having trouble downloading NetCoMi after updating to R 4.1.1?

Best,
Carla

@Xinming9606
Copy link

I have similar problem on installing, it say
E> ERROR: dependencies 'SpiecEasi', 'SPRING' are not available for package 'NetCoMi'
But pacakge SpiecEasi and SPRING were not installed, I'm not sure if it's the problem of updated R version. But please share if you solve the problem!

@stefpeschel
Copy link
Owner

Hi,
I just updated my R version to 4.1.1 and installed NetCoMi into the empty library, which worked without any issues. Only devtools and BiocManager must have been previously installed. Here's the code:

install.packages("devtools")
install.packages("BiocManager")

devtools::install_github("stefpeschel/NetCoMi", dependencies = TRUE,
repos = c("https://cloud.r-project.org/",
BiocManager::repositories()))

Dependencies that are only available on GitHub (such as SpiecEasi and SPRING) do sometimes cause problems so that they can't be installed automatically. If you encounter an error message regarding SpiecEasi or SPRING, I would recommend intalling them manually:

devtools::install_github("GraceYoon/SPRING")
devtools::install_github("zdk123/SpiecEasi")

Please let me know if there are still problems with the installation process.

Best,
Stefanie

@Xinming9606
Copy link

Hi Stefanie,

I installed it successfully! Thanks for your reply!

@CarlaCristinaUranga
Copy link
Author

CarlaCristinaUranga commented Nov 2, 2021 via email

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

3 participants