I am using tinytex latex compiler to create PDF documents in RStudio. This TinyTeX is dependent on TeX Live. Recently, TeX Live was freezed and new version of TeX Live was released. Therefore, I also uninstalled and reinstalled TinyTex. Now I want to check with TinyTeX version is installed on my system. How can I check it? In R, there is a package called tinytex, which is maintained by the same developer, Yihui Xie, who has developed TinyTeX latex compiler. So, using tinytex package, I used
tinytex::is_tinytex()
But it only shows me that my system has TinyTeX latex compiler. How can I know which version of this Latex package manager I have installed? Is there a way?