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?