I am getting this error while installing packages.
ERROR: configuration failed for package ‘textshaping’ ERROR: configuration failed for package ‘textshaping’
- removing ‘/home/Saniya/R/si-s/renv/staging/1/textshaping’ Error: install of package 'textshaping' failed [error code 1]
What is wrong and what should I do. I am new with R. Please help.
utils::install.packages("textshaping", type = "binary")
. – Petiole