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 error: package 'ewceData' requires R >= 4.1 #31

Closed
zhanglab2008 opened this issue Mar 8, 2021 · 6 comments
Closed

Installation error: package 'ewceData' requires R >= 4.1 #31

zhanglab2008 opened this issue Mar 8, 2021 · 6 comments

Comments

@zhanglab2008
Copy link

Hi,
Thanks for writing this great tools. However, I came across an error across all operation systems (Windows, Mac and Ubuntu 20.4) when I installed the package.

ERROR: this R is version 4.0.4, package 'ewceData' requires R >= 4.1
Error: Failed to install 'ewceData' from GitHub:
  (converted from warning) installation of package ‘/tmp/Rtmp9xG1JD/file26f92ae904c2/ewceData_0.99.6.tar.gz’ had non-zero exit status

Could you suggest if this is a bug or if I miss something?
Many thanks!
Zhang

@NathanSkene
Copy link
Owner

NathanSkene commented Mar 8, 2021 via email

@zhanglab2008
Copy link
Author

That works! Thanks!

@madnessfish
Copy link

Hi there! I have also encountered the same problem as @zhanglab2008. Would you mind posting the specific command? Thank you so much!!

@numpde
Copy link

numpde commented Mar 11, 2021

edited: just skip to the next comment.

==

@madnessfish
Maybe this earlier version (from ~Jan 26, 2021) works:

devtools::install_github("nathanskene/ewce@0aeef50")

although I couldn't make it work.

I made a hack

devtools::install_github("numpde/EWCE", ref="hack")

by commenting a few lines that requires to

load("all_mgi.rda")
load("all_hgnc.rda")
load("mouse_to_human_homologs.rda")

the files from here.

@Al-Murphy
Copy link
Collaborator

Hi both, the data has been removed from the git history of EWCE as per a requirement of Bioconductor. EWCE will be reinstated on Bioconductor in the next release (likely April/May this year). To make EWCE usable for those with R < 4.1 in the meantime, we have made a separate repository based on a previous commit of EWCE and added back in the necessary data. See neurogenomics/EWCE for details and feel free to create issues on that repo if anything is wrong.

@Al-Murphy
Copy link
Collaborator

EWCE is available on bioconductor 3.13

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

5 participants