:exclamation: This is a read-only mirror of the CRAN R package repository. textshaping — Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text Shaping. Homepage: https://github.com/r-lib/textshaping Report bugs for this package: https://github.com/r-lib/textshaping/issues
I am installing textshaping on rstudio ubuntu linux but facing an error message:
brew: harfbuzz fribidi (OSX)
If harfbuzz freetype2 fribidi is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a harfbuzz freetype2 fribidi.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
-------------------------- [ERROR MESSAGE] ---------------------------
:1:10: fatal error: hb-ft.h: No such file or directory
compilation terminated.
--------------------------------------------------------------------
ERROR: configuration failed for package ‘textshaping’
* removing ‘/home/sarr/R/x86_64-pc-linux-gnu-library/4.2/textshaping’
Warning message:
In i.p(...) :
installation of package ‘/tmp/RtmpIV3kVP/file3ce27aa902e3/textshaping_0.3.6.9000.tar.gz’ had non-zero exit status
Wonder if there is a hint to solve this problem as package needed in tidyverse installation?
I am installing textshaping on rstudio ubuntu linux but facing an error message:
Wonder if there is a hint to solve this problem as package needed in tidyverse installation?
Thank you