Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I am facing error while installing R package textshaping

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.

like image 361
Saniya Khan Avatar asked Jan 24 '26 06:01

Saniya Khan


1 Answers

  1. In bash:

    sudo apt install libharfbuzz-dev libfribidi-dev
    
  2. in RStudio

    install.packages("textshaping", dependencies = TRUE)
    
like image 73
DmitriBolt Avatar answered Jan 25 '26 22:01

DmitriBolt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!