I got "Found FontName for 0 fonts." in R so cannot import any font.
On Windows11 R-4.2.2 the below solution doesn't work anymore. How can I solve this error?
library(extrafont)
library(remotes)
remotes::install_version("Rttf2pt1", version = "1.3.8")
extrafont::font_import()
How can I resolve the "No Font Name" issue when importing fonts into R using extrafont?