I am currently working in RStudio Version 1.2.5033 I have Raleway ("Raleway.ttf") fully installed on my computer (Windows 10 OS). When I run through the standard font_import() protocol from the extrafont package, it checks through the majority of fonts on my computer, but does not import or check Raleway.
When I specifically dictate font_import("Raleway") or font_import("Raleway.ttf") I get the following error:
Error in data.frame(fontfile = ttfiles, FontName = "", stringsAsFactors = FALSE) : arguments imply differing number of rows: 0, 1
Is anyone familiar with what this problem may be? Is it a font-specific issue? Or something I am doing wrong on my end? Thank you for any help you can give.
I have already uninstalled and reinstalled the font several times, and restarted my entire computer after doing so, and had no luck.