R "Session Aborted" when I knit in R Markdown

I am getting a "Fatal Error. Session Aborted" message every time I try to knit my RMarkdown file. Any ideas? I have uninstalled and reinstalled R already.

Greetings @mfcamp02 - Can you please edit your question to include the output from:

library(rmarkdown)
sessionInfo()

Also, I came across this previous solution which may help you solve this issue.

https://forum.posit.co/t/r-markdown-wont-knit-gives-fatal-error-creating-temp-file/43901/13

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.