Rmarkdown HTML Template produces pandoc error 61
问题 Rmarkdown seams not working as usual after installing R3.4.3: When knitting that HTML-Template: --- title: "Untitled" output: html_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` ## R Markdown I always get the error 'Error: pandoc document conversion failed with error 61' When setting self_contained: no in the YAML-header knitting works again Is there anything I can do to get standalone html files ? 回答1: Finally I think found a solution which works after