Я пытался создать график в R, а gettint выдавал ошибку:
dea.plot(x[,1], y[,1])
Error in gzfile(file, "wb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "wb") :
cannot open compressed file 'C:/Users/Seb? Marianna/AppData/Local/Temp/RtmpOSXdEz/rs-graphics-93857b8b-470a-4748-95f9-f44791f12765/4581291c-667d-4eeb-bad4-28b5904e12b4.snapshot',
probable reason 'Invalid argument'
Graphics error: Plot rendering error
Я понял, что проблема с моим именем во временном каталоге (?)и я пытался изменить его на
write("TMPDIR = C:/Users/Marianna/AppData/Local",
file=file.path(Sys.getenv('R_USER'), '.Renviron'))
, но я все еще получаю ошибку
Error in file(file, ifelse(append, "a", "w")) :
cannot open the connection
In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
cannot open file 'C:/Users/Seb? Marianna/OneDrive/Documents/.Renviron': Invalid argument
Error in gzfile(file, "wb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "wb") :
cannot open compressed file 'C:/Users/Seb? Marianna/AppData/Local/Temp/RtmpOSXdEz/rs-graphics-93857b8b-470a-4748-95f9-f44791f12765/4b8b99c8-1ca3-4213-b383-a83bae51bca9.snapshot', probable reason 'Invalid argument'
Graphics error: Plot rendering error