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

scDesign3's installation errors #62

Open
zhou-1314 opened this issue Oct 6, 2024 · 2 comments
Open

scDesign3's installation errors #62

zhou-1314 opened this issue Oct 6, 2024 · 2 comments

Comments

@zhou-1314
Copy link

ERROR: this R is version 4.1.2, package 'scDesign3' requires R >= 4.3.0.

@zhou-1314
Copy link
Author

For this issue, I fixed it through the following ways:

  • Download the package source from github.
  • Navigate to the DESCRIPTION file.
  • Change or Remove the offending line with your text editor e.g.
# original 
Depends: R (>= 4.3.0)

# after changing
Depends: R (>= 4.1.0)
  • Install from local (i.e. from the parent directory of DESCRIPTION) e.g.
devtools::install_local('scDesign3-main.zip')

Finally, fix this problem. Hope this helps people who encounter similar errors.

@dsong-lab
Copy link

Hi Weige,

Thanks for providing this solution! Bioconductor requires that the package must use the latest R version, but running scDesign3 does not require this. I will share this with other users.

Best,
Dongyuan

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

2 participants