私は 2 つのことを実行しようとしています。最初に、dev.off() で終わる 4x5 の PDF を作成し、次に新しいグラフを作成しようとしています。ただし、2 番目のプロットを開始すると、次のようになります。
Error in gzfile(file, "wb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "wb") :
cannot open compressed file '/var/folders/n9/pw_dz8d13j3gb2xgqb6rfnz00000gn/T/RtmpTfm1Ur/rs-graphics-822a1c83-b3fd-46c3-8028-4e0778f91d0c/4db4b438-ac35-403b-b791-e781baba152c.snapshot', probable reason 'No such file or directory'
Graphics error: Error in gzfile(file, "wb") : cannot open the connection
このエラーは何ですか? 作業ディレクトリは読み取り/書き込みアクセス権があり、ハード ドライブはいっぱいではありません。
また、RStudio を使用しています。