tinytex installation issue
Hi, I've already installed the tinytex using install.packages
install.packages("tinytex)
tinytex::install_tinytex()
And I also received that it was installed successful (?), although got some notifications about English_United States not supported. Then I tried to knit my R markdown file into pdf, but I got the problem as in the screen shot.
Then I though maybe the installation was not successful, so I repeated the codes in the beginning again, but I was told that tinytex was already installed, if I want to install it again. I'm using the Windows, no idea how to figure it out.
Don't put these two lines of code in your Rmd document---you don't really want to run them every single time you knit the document. There is no need to install tinytex or TinyTeX over and over again. You only need to do it once (in the R console).
After installation, quit RStudio and re-open it. Check tinytex::is_tinytex() (should be TRUE).