I'm using R 3.3.2 and Rstudio Version 1.0.44, here's the format of my RMarkdown file
---
title: "Sentiment Analysis"
output:
rmdformats::material:
highlight: kate
---
When I try to knit, I got the following error
pandoc: Could not fetch /tabsets.js /tabsets.js: openBinaryFile: does not exist (No such file or directory) Error: pandoc document conversion failed with error 67 In addition: Warning messages: 1: In sink() : no sink to remove 2: In sink() : no sink to remove 3: MathJax doesn't work with self_contained when not using the rmarkdown "default" template. Execution halted
I read some questions on Stack Overflow and added self contained: no
. I was able to knit the file and everything looks good on RStudio, but now I have new problems.
When I publish it on Rpubs, all the images were gone.
When I click on knit button, I'm only give the option to knit to material... is there a way for me to knit it to pdf?
I'm a little desperate to fix this problem, any tips/advice is greatly appreciated.