I just install R and Rstudio and want to install the "prob" library, but having a warning like this. How should I solve this?
Asked
Active
Viewed 14 times
0
-
1If you look at the [package page](https://CRAN.R-project.org/package=prob), you can see it's been removed from CRAN, and it offers a link to archived version of the package. You could also try installing [directly from github](https://github.com/cran/prob), using `remotes::install_github`. – Gregor Thomas May 04 '22 at 20:36