Error when knitting default RMarkdown file in RStudio

血红的双手。 提交于 2019-12-04 09:07:29

There has been a lot of talks about pandoc error 67 since 2014. You can find some of that in the following links: (one, two, three, four). The only workaround I heard about is disabling self-contained (self_contained: no)

I hope that help.

title: "test"
output: 
  html_document:
    self_contained: no

Delete the folder R is trying to access

First, delete the "R"-folder on:

\VAULT24\HOME24$\rosnerta\My Documents\R\win-library\3.5\rmarkdown\rmd\h\jquery-1.11.3\jquery.min.js

It looks like a network drive, which R can't access. I had a similar problem, and deleting the R-folder, at that location, solved my issue.

Then, install R into a folder on the desktop, or somewhere else, where you have total rights. Then it should be possible to knit standalone HTML-documents.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!