Hi, everyone
I've been trying to convert an RMarkdown file into html and pdf. HTML Conversion works fine and I had a little r code to embed/see an html into the RMarkdown editor using htmltools
library..
When this one line, pandoc process stucks while converting pdf and starts eating more memory every second. It went up to 8.5GB, then I killed the pandoc process.
htmltools::includeHTML("foo.html")
This is a very unrelated code for the pdf of course, and I expect it to just ignore it instead of trying to convert.
I thought this might be useful.