Rstudio Not Connecting R…

Logs
Author

Hiiiua

I ran into a Rstudio not connecting R yesterday. Here’s what I saw:

Long story short — this command from here worked:

mv ~/.local/share/rstudio ~/.local/share/rstudio-backup

How did I break it down? Basically, storage overflow. I created three variables by seq functions, each has 100 double type numbers. Then I used rep to create all possible combinations. Then I did some calculations for each combination by mapply. I have to admit, using mapply and tidyverse package, which I recently got familiar with in a workshop, are super handy. So I didn’t bother to write a function to loop over everything, which I would do before I went to the workshop. Anyway, these whole operations broke down my R-studio – it was freeze. I decided to restart R session immediately, but ended up with the connection failure showing up.

What I have tried: