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 ?
system.file("rmd/h/default.html", package="rmarkdown")
[1] "\\\\apg-gf.org/HE$/userdata/xxx/Documents/R/win-library/3.4/rmarkdown/rmd/h/default.html" – Recoup