Knitr wont compile PDF: “Error in tools::file_path_as_absolute(output_file)”

前端 未结 5 396
粉色の甜心
粉色の甜心 2020-12-01 08:15

I have created a report in markdown and use the function render() to compile the code into a PDF. It worked fine a month ago, but when I run the code now, it gi

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-01 08:30

    In the meanwhile the issue seems to be fixed in the development version 1.10.11:

    devtools::install_github('rstudio/rmarkdown')
    

提交回复
热议问题