Steve’s R Markdown Templates

Hey everyone! Kind of new on the RStudio/RMarkdown scene, so my question might be a little bit basic. When I try to use the stevetemplate article 2 template I always get this error:

`tlmgr: package repository Index of /pub/CTAN/systems/texlive/tlnet (verified)
tlmgr install: package already present: texlive-scripts
! Package fontspec Error:
(fontspec) The font "mathpazo" cannot be found; this may be
(fontspec) but usually is not a fontspec bug. Either there is
(fontspec) a typo in the font name/file, the font is not
(fontspec) installed (correctly), or there is a bug in the
(fontspec) underlying font loading engine (XeTeX/luaotfload).

! kpathsea: Running mktextfm mathpazo
! /Users/inesdacosta/Library/TinyTeX/texmf-dist/web2c/mktexnam: Could not map source abbreviation for mathpazo.
! /Users/inesdacosta/Library/TinyTeX/texmf-dist/web2c/mktexnam: Need to update ?
! mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input mathpazo
! This is METAFONT, Version 2.71828182 (TeX Live 2024) (preloaded base=mf)

! /Users/inesdacosta/Library/TinyTeX/texmf-dist/web2c/mktexnam: Could not map source abbreviation for mathpazo.
! /Users/inesdacosta/Library/TinyTeX/texmf-dist/web2c/mktexnam: Need to update ?
! mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input mathpazo
! This is METAFONT, Version 2.71828182 (TeX Live 2024) (preloaded base=mf)

! /Users/inesdacosta/Library/TinyTeX/texmf-dist/web2c/mktexnam: Need to update ?
! mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input mathpazo
! This is METAFONT, Version 2.71828182 (TeX Live 2024) (preloaded base=mf)

! mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input mathpazo
! This is METAFONT, Version 2.71828182 (TeX Live 2024) (preloaded base=mf)

! This is METAFONT, Version 2.71828182 (TeX Live 2024) (preloaded base=mf)

! kpathsea: Running mktexmf mathpazo

! ! I can't find file `mathpazo'.
! <*> ...four; mag:=1; ; nonstopmode; input mathpazo

! <*> ...four; mag:=1; ; nonstopmode; input mathpazo

! Please type another input file name
! ! Emergency stop.
! <*> ...four; mag:=1; ; nonstopmode; input mathpazo

! ! Emergency stop.
! <*> ...four; mag:=1; ; nonstopmode; input mathpazo

! <*> ...four; mag:=1; ; nonstopmode; input mathpazo

! Transcript written on mfput.log.

! grep: mathpazo.log: No such file or directory

! mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input mathpazo' failed to make mathpazo.tfm.

! kpathsea: Appending font creation commands to missfont.log.

Error: LaTeX failed to compile tt2.tex. See The R package tinytex - Helper Functions to Manage TinyTeX, and Compile LaTeX Documents - Yihui Xie | 谢益辉 for debugging tips. See tt2.log for more info.
Execution halted`

I upload the template going to New Files > RMardown > Templates > Steve's 2nd Article. But when I try to knit it, it always fails. Do I need to install any other packages? I saw the GitHub page from this package, but I don't seem to understand how to solve it.