Hi all, i’m trying to install projpred in Rstudio (Version 2023.06.0+421 (2023.06.0+421)
) wit R version 4.3.1 (2023-06-16)
on MacOS (Ventura 13.2.1
) with an Intel Core i5. When I try to install i get an error, in particular i get this:
> install.packages("projpred")
trying URL 'https://cran.rstudio.com/bin/macosx/big-sur-x86_64/contrib/4.3/projpred_2.5.0.tgz'
Warning in install.packages :
downloaded length 0 != reported length 0
Warning in install.packages :
cannot open URL 'https://cran.rstudio.com/bin/macosx/big-sur-x86_64/contrib/4.3/projpred_2.5.0.tgz': HTTP status was '404 Not Found'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'https://cran.rstudio.com/bin/macosx/big-sur-x86_64/contrib/4.3/projpred_2.5.0.tgz'
Warning in install.packages :
download of package ‘projpred’ failed
Is there any way i can resolve this?
Thanks in advance!