No such a file or directory

Hi

I am new to R and doing my assignment.

When trying to save my R Project I get the error "No such file or directory". When I try to relaunch my project, my data gets lost.

Below is the url to my project:

https://rstudio.cloud/spaces/62505/project/1134571

Thanks in advance

Hi,

It looks like you are doing something in the project that caused the R session to crash. Are you seeing other errors prior to "No such file or directory", specifically errors regarding crashing the R session?

We're working on fixing the issues surrounding making sure unsaved files are preserved even in the event an R session crash. In the meantime, there is an R package which might be able to recover these files for you: https://github.com/jmcphers/rsrecovr

tl;dr:

remotes::install_github("jmcphers/rsrecovr")
rsrecovr::recovr()

Please let me know if this works for you. And I apologize for the inconvenience.

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