0

I'm using R version 4.1.1 (2021-08-10) in JupyterLab version 3.1.9. I want to estimate Levenshtein distance. So I tried to install stringdist using

 install.packages('stringdist')

But I got error message

Warning message:
“unable to access index for repository https://cran.r-project.org/src/contrib:
cannot open URL 'https://cran.r-project.org/src/contrib/PACKAGES'”
Warning message:
“package ‘stringdist’ is not available for this version of R

Can you help me to resolve this issue?

JDoe
  • 349
  • 1
  • 4
  • 15
  • It sounds like your computer cannot access the file https://cran.r-project.org/src/contrib/PACKAGES. Is it connected to the internet? Can you access that file from your brower? – MrFlick Feb 28 '22 at 05:55

0 Answers0