Rstudio tries to install non-existing latex hyphen-.... packages

Rstudio tries to install tlmgr install hyphen-... even for languages, for which these packages do not exist, e.g. hebrew. This makes compiling very slow, because it tries to install this package. Every. Single. Time. (an then tries to update tlmgr itself and install it again ...)

MWE:

---
output: 
  pdf_document:
    keep_tex: true
    extra_dependencies:
      babel: ["hebrew", "english"]
---
test

Here is a list of the hyphen-... packages which are currently available in the TexLive2022 (pretest) version:

Packages containing files matching `hyphen-*':
00texlive.image:
	tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc
	tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc
	tlpkg/tlpsrc/hyphen-arabic.tlpsrc
	tlpkg/tlpsrc/hyphen-armenian.tlpsrc
	tlpkg/tlpsrc/hyphen-base.tlpsrc
	tlpkg/tlpsrc/hyphen-basque.tlpsrc
	tlpkg/tlpsrc/hyphen-belarusian.tlpsrc
	tlpkg/tlpsrc/hyphen-bulgarian.tlpsrc
	tlpkg/tlpsrc/hyphen-catalan.tlpsrc
	tlpkg/tlpsrc/hyphen-chinese.tlpsrc
	tlpkg/tlpsrc/hyphen-churchslavonic.tlpsrc
	tlpkg/tlpsrc/hyphen-coptic.tlpsrc
	tlpkg/tlpsrc/hyphen-croatian.tlpsrc
	tlpkg/tlpsrc/hyphen-czech.tlpsrc
	tlpkg/tlpsrc/hyphen-danish.tlpsrc
	tlpkg/tlpsrc/hyphen-dutch.tlpsrc
	tlpkg/tlpsrc/hyphen-english.tlpsrc
	tlpkg/tlpsrc/hyphen-esperanto.tlpsrc
	tlpkg/tlpsrc/hyphen-estonian.tlpsrc
	tlpkg/tlpsrc/hyphen-ethiopic.tlpsrc
	tlpkg/tlpsrc/hyphen-farsi.tlpsrc
	tlpkg/tlpsrc/hyphen-finnish.tlpsrc
	tlpkg/tlpsrc/hyphen-french.tlpsrc
	tlpkg/tlpsrc/hyphen-friulan.tlpsrc
	tlpkg/tlpsrc/hyphen-galician.tlpsrc
	tlpkg/tlpsrc/hyphen-georgian.tlpsrc
	tlpkg/tlpsrc/hyphen-german.tlpsrc
	tlpkg/tlpsrc/hyphen-greek.tlpsrc
	tlpkg/tlpsrc/hyphen-hungarian.tlpsrc
	tlpkg/tlpsrc/hyphen-icelandic.tlpsrc
	tlpkg/tlpsrc/hyphen-indic.tlpsrc
	tlpkg/tlpsrc/hyphen-indonesian.tlpsrc
	tlpkg/tlpsrc/hyphen-interlingua.tlpsrc
	tlpkg/tlpsrc/hyphen-irish.tlpsrc
	tlpkg/tlpsrc/hyphen-italian.tlpsrc
	tlpkg/tlpsrc/hyphen-kurmanji.tlpsrc
	tlpkg/tlpsrc/hyphen-latin.tlpsrc
	tlpkg/tlpsrc/hyphen-latvian.tlpsrc
	tlpkg/tlpsrc/hyphen-lithuanian.tlpsrc
	tlpkg/tlpsrc/hyphen-macedonian.tlpsrc
	tlpkg/tlpsrc/hyphen-mongolian.tlpsrc
	tlpkg/tlpsrc/hyphen-norwegian.tlpsrc
	tlpkg/tlpsrc/hyphen-occitan.tlpsrc
	tlpkg/tlpsrc/hyphen-piedmontese.tlpsrc
	tlpkg/tlpsrc/hyphen-polish.tlpsrc
	tlpkg/tlpsrc/hyphen-portuguese.tlpsrc
	tlpkg/tlpsrc/hyphen-romanian.tlpsrc
	tlpkg/tlpsrc/hyphen-romansh.tlpsrc
	tlpkg/tlpsrc/hyphen-russian.tlpsrc
	tlpkg/tlpsrc/hyphen-sanskrit.tlpsrc
	tlpkg/tlpsrc/hyphen-serbian.tlpsrc
	tlpkg/tlpsrc/hyphen-slovak.tlpsrc
	tlpkg/tlpsrc/hyphen-slovenian.tlpsrc
	tlpkg/tlpsrc/hyphen-spanish.tlpsrc
	tlpkg/tlpsrc/hyphen-swedish.tlpsrc
	tlpkg/tlpsrc/hyphen-thai.tlpsrc
	tlpkg/tlpsrc/hyphen-turkish.tlpsrc
	tlpkg/tlpsrc/hyphen-turkmen.tlpsrc
	tlpkg/tlpsrc/hyphen-ukrainian.tlpsrc
	tlpkg/tlpsrc/hyphen-uppersorbian.tlpsrc
	tlpkg/tlpsrc/hyphen-welsh.tlpsrc

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.