R package Interpol was removed from CRAN
andrejberg opened this issue · 1 comments
andrejberg commented
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
XPan1028 commented
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.