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 ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…