Я недавно обновил два разных ПК до R 3.5x и заметил, что RStudio, используемый в Sync с Dropbox, вызывает следующие ошибки, когда я пытаюсь скомпилировать pandocs или pdflatex:
Error in file(file, ifelse(append, "a", "w")) :
can't open this connection
Calls: <Anonymous> ... <Anonymous> -> png -> .handleSimpleError -> h -> cat ->
file
In addition: warning message:
1: In png(..., res = dpi, units = "in") :
unable to open file 'reportDucret_files/figure-docx/ipss1-1.png' for writing
2: In png(..., res = dpi, units = "in") : opening device failed
3: In file(file, ifelse(append, "a", "w")) :
cannot open file 'reportDucret.knit.md': Permission denied
Есть предложения?