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: ‘redshiftTools’ is not available (for R version 4.0.0) #54

Open
AlexSiormpas opened this issue Apr 28, 2020 · 2 comments

Comments

@AlexSiormpas
Copy link

AlexSiormpas commented Apr 28, 2020

I've just upgraded R to version 4.0.0.
When I try to install the package with the following command

install.packages("redshiftTools",repos = c("http://rstudio.org/_packages","http://cran.rstudio.com"))

I am getting the following error:

Warning in install.packages :
  package ‘redshiftTools’ is not available (for R version 4.0.0)
Warning in install.packages :
  unable to access index for repository http://rstudio.org/_packages/bin/windows/contrib/4.0:
  cannot open URL 'http://rstudio.org/_packages/bin/windows/contrib/4.0/PACKAGES'

Is it possible to still install it and get my scripts to work?

@JakeRuss
Copy link

{redshiftTools} is no longer on CRAN. If you want to install the latest version you'll have to run,

 devtools::install_github("sicarul/redshiftTools")

This version still works, but is no longer being maintained. I am in the process of rehabbing this project and will be maintaining it over at https://github.com/RedOakStrategic/redshiftTools

@nba2020
Copy link

nba2020 commented Apr 28, 2020

Thanks @JakeRuss I've installed via devtools and worked properly

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