Loading Fonts into R
Loading system fonts and Google Fonts <https://fonts.google.com/> into R, in order to support other packages such as 'R2SWF' and 'showtext'.
install.packages("sysfonts")
remotes::install_cran("sysfonts")