Cgdmm
Cgdmm

Reputation: 63

I can't install OIsurv package in R, what can i do?

I can't install OIsurv package in R. ı am trying to install but I'm getting the following warning:

install.packages("OIsurv")

Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/src/contrib:
cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
Installing package into ‘C:/Users/Cgdm/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/src/contrib:
cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
Warning in install.packages :
package ‘OIsurv’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/bin/windows/contrib/4.0:
cannot open URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/PACKAGES'

What can i do?

Upvotes: 0

Views: 604

Answers (1)

Roman Luštrik
Roman Luštrik

Reputation: 70643

The repository website says that the package has been removed from CRAN.

You can still compile the package from source but may run into problems. At that point I would try downgrading the R version or perhaps exploring what the problem is and change the source code.

Upvotes: 1

Related Questions