I am trying to knit reports to pdf documents in rstudio.
I have successfully installed rtools and added it to my PATH, and also installed rmarkdown and tinytex. However whenever I run tinytex::install_tinytex()
the following error about tlmgr is thrown.
Error in system2("tlmgr", args, ...) : '"tlmgr"' not found
xfun::session_info('tinytex')
R version 4.1.0 (2021-05-18) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19042), RStudio 1.4.1717
Package version: graphics_4.1.0 grDevices_4.1.0 stats_4.1.0
tinytex_0.32 tools_4.1.0 utils_4.1.0 xfun_0.23
I have installed tinytex with mush more relative ease in the past and have now tried this a gazillion times without any joy. Please any help will appreciated on this or at least a great guide on how to render tables in word(.docx) outputs.