0

My RStudio is not working after trying to install gRain the way as suggested by this post Bayesian Network with R. It is now unable to load some required packages such as party. Also, I noticed some weird gaps in the data display (attached a screen shot). I can't reinstall RStudio as I got some important job data on it. Can anyone tell me what is happening with my R?

Rstudio malfunction

alistaire
  • 42,459
  • 4
  • 77
  • 117
M八七
  • 233
  • 4
  • 11
  • "I can't reinstall RStudio as I got some important job data on it" - generally data is not stored **in** RStudio, it's stored in `.Rdata` files that won't be affected by a reinstall. But you're right to be cautious about losing data, and you know your data better than we do. – Marius Jun 06 '17 at 01:30
  • Thank Marius, so if I reinstall R studio, how to bring all of my job data back to the list? – M八七 Jun 06 '17 at 01:52
  • You should be writing your script to a file, which you can rerun at any time, reproducing your steps on demand. You need to realize that RStudio is just a shell around R made to make interaction with R a bit smoother. – Roman Luštrik Jun 07 '17 at 14:11

0 Answers0