I'm trying to knit to PDF using an .rmd file. It failed and suggested I look:
https://yihui.org/tinytex/r/#debugging for debugging tips.
The second step is to run tinytex::tlmgr_update()
, however this returns:
tlmgr update --all --self
Error in system2("tlmgr", args, ...) : '"tlmgr"' not found
How should I proceed?