-
<stdin>:1:10: fatal error: hb-ft.h: No such file or directory 에러IT/R 2023. 7. 10. 15:10
R에서 install.packages("textshaping")을 하거나
textshaping 관련된 패키지를 설치할 때
-------------------------- [ERROR MESSAGE] --------------------------- <stdin>:1:10: fatal error: hb-ft.h: No such file or directory compilation terminated. -------------------------------------------------------------------- ERROR: configuration failed for package ‘textshaping’ * removing ‘/homes/mdmorgan/lib64/R/library/textshaping’
이런 식의 에러메세지가 나온다.
관련 종속성을 설치해주면 된다.
sudo apt-get install libharfbuzz-dev libfribidi-dev libfontconfig1-dev
728x90반응형'IT > R' 카테고리의 다른 글
R Bubble Chart (feat ggplot2) (0) 2024.05.09 install.packages에서 최신 패키지 설치가 안될 때 (0) 2023.11.23 rpy2.rinterface_lib.embedded.rruntimeerror: error: packages or namespace load failed for 'cowplot' in indl (0) 2023.07.18 sh: make: not found_Ubuntu_Linux (0) 2023.06.21 Ubuntu20.04에 R 4.3.0 설치하는 방법 (0) 2023.06.21