'Issues knitting ACM CHI Proceedings in RStudio

I am trying to create an ACM CHI Proceedings file in RStudio. In RStudio, I start by going to File -> New File -> R Markdown, and when the dialog box opens, I click From Template, then choose the ACM CHI Proceedings {CHIProceedings} option. I name the file and click OK. I see the folder created in my files and the .Rmd file opens in RStudio. However, when I trying Knitting it (without making any changes to the intial template), I get the following error:

! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts. ...shipout:D \box_use:N \l_shipout_box \__shipout_drop_firstpage... l.233 Error: LaTeX failed to compile Test.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See Test.log for more info. Execution halted

So far I have tried:

I am not sure why the file will not knit, especially since I have not made any changes so it should not be due to a typo or error in my code (since I did not add any). I have tried this process of creating an ACM CHI Proceedings file multiple times though it still will not work. Any suggestions?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source