powered by
If a package has been installed in TinyTeX or TeX Live, the command tlmgr info PKG should return PKG where PKG is the package name.
tlmgr info PKG
PKG
check_installed(pkgs)
A logical vector indicating if packages specified in pkgs are installed.
pkgs
A character vector of LaTeX package names.
if (FALSE) { # interactive() tinytex::check_installed('framed') }
Run the code above in your browser using DataLab