I get this announcment when I try to knit my doc:
Error in file(file, ifelse(append, "a", "w")) :
cannot open the connection
Calls: <Anonymous> ... eval -> eval -> .handleSimpleError -> h -> cat -> file
In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
cannot open file 'H2_Miles_McAnulty.knit.md': Operation not permitted
Execution halted.
I have my chunk set up as:
knitr::opts_chunk$set(echo = FALSE)
options(Encoding ="UTF = 8")
So, I tried what is on this post: Can't resolve error in .Rmd file <Anonymous> ... withCallingHandlers -> withVisible -> eval -> eval ->
What is wrong?