Error in gzfile(file, "wb") & Plot rendering error

Hello, I cannot plot data anymore. It is a very simple case but i cannot fix it. Every time i plot, the following appears:

GASCn = c(1, 0.8, 0.7, 0.9, 1.2, 1.1, 1.4)
GASCn = ts(GASCn)

plot(GASCn)
Fehler in gzfile(file, "wb") : kann Verbindung nicht öffnen
Zusätzlich: Warnmeldung:
In gzfile(file, "wb") :
kann komprimierte Datei 'C:/Users/Caspar M?ller/AppData/Local/Temp/Rtmpol9c5D/rs-graphics-290d131f-487d-49fd-9dc8-6023813eb298/21f5cbd8-b9f2-416e-b563-e9e852cf4569.snapshot' nicht öffnen. Grund evtl. 'Invalid argument'
Graphics error: Plot rendering error

I am new in R and R Studios and need some help!

Fehler in gzfile(file, "wb") : kann Verbindung nicht öffnen = Error in gzfile(file, "wb") : cannot open connection

THANKS

I think this could be caused by a non-ASCII character in your Windows user name, I would recommend to change it to something safer (avoid empty spaces and non-ASCII characters).

1 Like

Thank you! That was the problem. I opened another user account on my device and ran the same downloaded software. The path is changed then to the other user name!

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