DSOL_rv0.2 icon indicating copy to clipboard operation
DSOL_rv0.2 copied to clipboard

R package Interpol was removed from CRAN

Open andrejberg opened this issue 2 years ago • 1 comments

on install.packages('Interpol') Error: package ‘Interpol’ is not available (for R version 3.4.2)

please see https://cran.r-project.org/web/packages/Interpol/index.html

andrejberg avatar Jan 25 '23 16:01 andrejberg

I came across the same problem.

If you're still interested in this issue, you may download the previous version from https://cran.r-project.org/src/contrib/Archive/Interpol/. "Interpol_1.3.1.tar.gz" should work. Then install this package from source in R:

install.packages("Interpol_1.3.1.tar.gz", repos=NULL, type="source")

It works for me.

XPan1028 avatar Jun 02 '23 10:06 XPan1028