Ошибка RMarkdown, pdfLaTeX не удалось скомпилировать

#latex #r-markdown #pdflatex

Вопрос:

Чтобы протестировать файл RMarkdown в R, я создал базовый файл RMd из RStudio, а затем продолжил вязать в pdf, но получил сообщение об ошибке. Код и ошибка:

 "C:/Program Files/RStudio/bin/pandoc/pandoc"  RTS -K512m -RTS HelloWorld.knit.md --to latex 
--from markdown autolink_bare_uris tex_math_single_backslash --output HelloWorld.tex --lua-filter 
"C:UsersuserDocumentsRwin-library3.6rmarkdownrmarkdownluapagebreak.lua" --lua-filter 
"C:UsersuserDocumentsRwin-library3.6rmarkdownrmarkdownlualatex-div.lua" --self-contained 
--highlight-style tango --pdf-engine pdflatex --variable graphics --variable "geometry:margin=1in" 
output file: HelloWorld.knit.md

! Sorry, but C:PROGRA~1MiKTeXmiktexbinx64pdflatex.exe did not succeed.

! The log file hopefully contains the information to get MiKTeX going again:

! C:UsersuserAppDataLocalMiKTeXmiktexlogpdflatex.log

Error: LaTeX failed to compile HelloWorld.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. 
See HelloWorld.log for more info.
Execution halted
 

В указанном файле журнала для этого выполнения отображаются следующие сообщения

 2021-10-17 00:40:52,440 0100 INFO  pdflatex - this process (1900) started by 'Rterm' with command line: 
C:PROGRA~1MiKTeXmiktexbinx64pdflatex.exe -halt-on-error -interaction=batchmode HelloWorld.tex
2021-10-17 00:40:52,454 0100 INFO  pdflatex - allowing known shell commands
2021-10-17 00:40:53,850 0100 FATAL pdflatex.core - GUI framework cannot be initialized.
2021-10-17 00:40:53,850 0100 FATAL pdflatex.core - Data: 
2021-10-17 00:40:53,850 0100 FATAL pdflatex.core - Source: LibrariesMiKTeXUIQtmikuiqt.cpp:126
2021-10-17 00:40:53,851 0100 FATAL pdflatex - GUI framework cannot be initialized.
2021-10-17 00:40:53,851 0100 FATAL pdflatex - Info: 
2021-10-17 00:40:53,851 0100 FATAL pdflatex - Source: LibrariesMiKTeXUIQtmikuiqt.cpp
2021-10-17 00:40:53,851 0100 FATAL pdflatex - Line: 126
2021-10-17 00:40:53,855 0100 INFO  pdflatex - this process (1900) finishes with exit code 1
 

Для удобства чтения я завернул оба вышеперечисленных блока. Может ли кто-нибудь сообщить мне, в чем проблема и как ее решить?