tinytex не может установить pdflatex на github action winos - PullRequest
0 голосов
/ 15 февраля 2020

я пытаюсь установить tinytex на действия GitHub winos

мой рабочий процесс включает этот кусок

- name: Install texlibs
        run: |
          tinytex::install_tinytex()
          tinytex::tlmgr_update()
          tinytex::tlmgr_install(c('standalone', 'xcolor', 'booktabs', 'multirow', 'amsmath', 'listings', 'setspace', 'caption', 'graphics', 'tools', 'psnfss', 'varwidth', 'colortbl', 'epstopdf-pkg', 'pgf'))
        shell: Rscript {0}

, и я получаю эту ошибку на стороне R, когда строительные виньетки

Warning in system2(engine, args = tex_args, stdout = temp_out, stderr = temp_err,  :

  '"pdflatex"' not found

, что приводит меня к выводу, что pdflatex не устанавливается tinytex

полный журнал

https://github.com/metrumresearchgroup/texPreview/runs/448088088?check_suite_focus=true#step: 9: 38

...