Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.44 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.44 KB

ticket_304069

RT ticket 304069

Conclusion

There was a process called -bash (yes, a dash/minus before bash) which caused that:

  • RStudio never shows the files pane
  • RStudio never successfully runs an R command in the interpreter

Killing -bash (using kill -s 1 [PID], where [PID] is the process ID, in this case 11723)(note that killall -bash did not work, as killall interpreted -bash as a flag :-) ) solved the problem.

Observations

  • RStudio works fine without R_packages
  • There is a Whisper icon on the desktop

Hypotheses

Most likely at the top