R version change [4.0.2 -> 4.0.5] detected when restoring session; search path not restored

Hi,
I am using a Rstudio server account to run our project.
The script was running fine when I left it but when I logged back in after a few hours this appeared

"R version change [4.0.2 -> 4.0.5] detected when restoring session; search path not restored"

And the code I was running in the console was gone.
Can you give me guidance on what I can do? There is not much results when I search online.

Thank you!

This is normal. RStudio Server suspends sessions (saves them to disk and ends them) after a while so they don't use memory. If the server administrator updates R while the session isn't running, it will emit this warning when you access it again, since it is trying to restore data from an older version of R to a newer version.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.