This is my first post here. I've been using tidyverse package from quite some time and I've never encountered this error. When I try to write +500 mb csv files using the Readr package and write_csv I'm getting an R studio Fatal Error and need to restart the session. I've run this code maybe more than 200 times right now and never got this issue before. Right now I can't manage to write any big csv files even in other codes.
Can you please give me a hint on where the problem could be?
Thank you for your quick reply. I'm not overwriting any file. I'm importing a raw database and then doing some actuarial calculations and then exporting to a csv file. I've done this process thousands of times, but until last week I've never received this type of fatal error. I've tried it with 2 different computers and both return me this message.
If you are able to reproduce the crash with a small subset of the total file it would be helpful if you could open an issue with the example at Issues · tidyverse/readr · GitHub.
I have a similar problem. When I try to overwrite a csv file, I get a fatal error. But if I save the file in another folder, or in the same folder with another name, the error doesn't happen.