sameerkhurana10 / DSOL_rv0.2

deep protein solubility prediction
MIT License
34 stars 14 forks source link

R package Interpol was removed from CRAN #7

Open andrejberg opened 1 year ago

andrejberg commented 1 year ago

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 1 year ago

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.