Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to Disable tlmgr automatic updates #434

Closed
matthewgson opened this issue Jan 19, 2024 · 1 comment
Closed

Add an option to Disable tlmgr automatic updates #434

matthewgson opened this issue Jan 19, 2024 · 1 comment

Comments

@matthewgson
Copy link

Hi Yihui,

Following a conversation from: https://tex.stackexchange.com/questions/575230/what-could-be-causing-texlive-packages-to-update-without-explicit-user-intervent/576191?noredirect=1#comment1758755_576191

In addition to disabling automatic installation of missing packages (options(tinytex.install_packages = FALSE)), I would like to request a feature to turn off automatic tlmgr updates being run tlmgr update --self --all whenever LaTeX file is being compiled.


By filing an issue to this repo, I promise that

  • [v] I have fully read the issue guide at https://yihui.org/issue/.
  • [v] I have provided the necessary information about my issue.
    • If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
    • If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('tinytex'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('rstudio/tinytex').
    • If I have posted the same issue elsewhere, I have also mentioned it in this issue.
  • [v] I have learned the Github Markdown syntax, and formatted my issue correctly.

I understand that my issue may be closed if I don't fulfill my promises.

@yihui
Copy link
Member

yihui commented Jan 23, 2024

Now you can set options(tinytex.tlmgr_update = FALSE) to disable tlmgr update.

remotes::install_github('rstudio/tinytex')

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants