Rstudio can't knit. Missing `tblrlibrotating.sty`

I updated Rstudio and TinyTex, now it can't knit. Every time I click knit (even with the default .qmd file), I get:

updating existing packages
finding package for tblrlibrotating.sty
ERROR: 
compilation failed- no matching packages
LaTeX Error: File `tblrlibrotating.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name: 
! Emergency stop.
<read *> 
         
l.151 \UseTblrLibrary{rotating}
                               ^^M
*** (cannot \read from terminal in nonstop modes)

 

see FILE.log for more information.

It'll do the running xelatex -1, then get stuck. To add insult to injury, the quarto created tex file perfecting knits with TexShop on my Mac.

Help? :slight_smile: