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

Cannot install dREG with R 4.0 because rphast is no longer in CRAN #13

Open
omsai opened this issue Apr 6, 2021 · 2 comments
Open

Cannot install dREG with R 4.0 because rphast is no longer in CRAN #13

omsai opened this issue Apr 6, 2021 · 2 comments

Comments

@omsai
Copy link

omsai commented Apr 6, 2021

According to the rphast package page on CRAN:

Package ‘rphast’ was removed from the CRAN repository.

Formerly available versions can be obtained from the archive.

Archived on 2020-03-03 as check problems were not corrected despite reminders.

A summary of the most recent check results can be obtained from the check results archive.

Please use the canonical form https://CRAN.R-project.org/package=rphast to link to this page.

@omsai
Copy link
Author

omsai commented Apr 6, 2021

Workaround until the dependency is replaced:

remotes::install_url("https://cran.r-project.org/src/contrib/Archive/rphast/rphast_1.6.9.tar.gz")

@MatteoT23
Copy link

An aletrnative for anyone that might run into the same issue (as happened to me): it is also possible to install ‘rphast’ directly from R, using devtools 'devtools::install_github("CshlSiepelLab/RPHAST")' as indicated here.

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