Closed ainilaha closed 1 year ago
Install TinyTex would allow users to generate pdf files with .Rmd files. Since we already have tinytex inside of the docker, the following two commands would do the installation.
tinytex
> library(tinytex) > install_tinytex()
This change has been made and will be a part of the next release. Thank you!
Install TinyTex would allow users to generate pdf files with .Rmd files. Since we already have
tinytex
inside of the docker, the following two commands would do the installation.