ministryofjustice / analytics-platform

Parent repository for the MOJ Analytics Platform
MIT License
14 stars 1 forks source link

'Error occurred during transmission' when trying to open RStudio #88

Closed davidread closed 5 years ago

davidread commented 5 years ago

What happened?

"Error occurred during transmission" message appears when I try to open RStudio. Reported by MS.

image (6)

davidread commented 5 years ago

Fixed by going to Control Panel and restarting R Studio.

davidread commented 5 years ago

Also reported today by JF

davidread commented 5 years ago

JF fixed it by:

  1. Going to Control Panel and restarting R Studio
  2. Clearing out R Studio state, by doing to Jupyter and typing in the terminal:
    rm -rf ~/R/library/*
    rm -rf ~/.conda/envs/*