Error converting pandoc document with error 67

I am using R 3.3.2 and Rstudio version 1.0.44, here is RMarkdown file format

---
title: "Sentiment Analysis"
output: 
   rmdformats::material:
    highlight: kate
---

When I try to knit, I got the following error

pandoc: Failed to get /tabsets.js /tabsets.js: openBinaryFile: does not exist (There is no such file or directory) Error: pandoc document conversion failed with error 67 In addition: Warning messages: 1: In sink (): there is no sink for uninstall 2: In shell (): no sink for uninstall 3: MathJax does not work with self_contained when the rmarkdown "default" template is not used. Execution paused

I read a few stack overflow questions and added self contained: no. I was able to link the file and everything looks good on RStudio, but now I have new problems.

  • Rpubs, .

  • , ... pdf?

, / .

0
3

-, : , self_contained: no .

RPubs CSS .
- , RPubs, iframe.

html_document , Rmd RPubs View Source , , . HTML, , , . , html- javascript, .

, , , , html- .

+1

, . :

---
title: "Test Document"
output: 
  html_document:
    self_contained: no
---

, RStudio. [] (https://github.com/rstudio/rmarkdown/issues/228)

+1

I fixed this problem by uninstalling the package rmarkdownand reinstalling it on C's drive C:/Program Files/R/R-3.6.1/library. R had problems accessing a disc starting with characters \\.

0
source

Source: https://habr.com/ru/post/1677726/


All Articles