RStudio does not launch from Anaconda

10,009

Solution 1

I also had a lot of problems for many months trying to use RStudio with Anaconda. There were so many problems (files were sometimes not saved, new R-Environments could not be created, RStudio could not be installed, packages were not correctly loaded etc.). I found also several others in the Internet who have experiencend similar problems. This is why I just installed RStudio and the base R directly without Anaconda and so far I have not had any problems with that.

Solution 2

First you must create a new environment and select R. The default base(root) environment does not contain packages for R. See documentation at https://docs.anaconda.com/anaconda/navigator/tutorials/create-r-environment/ Be sure to remove R Studio from your base environment to free up space.

Share:
10,009
David Fort Myers
Author by

David Fort Myers

Updated on June 04, 2022

Comments

  • David Fort Myers
    David Fort Myers almost 2 years

    I am running Mac OS 10.5.5 Catalina and I have installed Anaconda Navigator 1.9.12. I have been programming Python 3.7 scripts on it and everything works well. I am now working on a project that uses R. On the Home tab of the Anaconda Navigator I have installed RStudio using the Install button. There is now a launch button under the RStudio icon. I click on the Launch button for RStudio and on the bottom right of the window a status indicates it is launching (for a few seconds). But nothing is ever launched. The RStudio program never opens up. This is a new installation of Mac OS and it is a new installation of Anaconda (vintage June 10, 2020).Everything is up to date. What can I do to get RStudio to open up from the Anaconda Navigator?

  • nekomatic
    nekomatic almost 3 years
    Good answer except I don't agree with Be sure to remove R Studio from your base environment to free up space. Generally I would tinker with the base environment as little as possible, and removing packages doesn't necessarily leave the env in the same state as before they were installed, so unless you are actually short of space I would leave it be (or reinstall Anaconda and re-create your envs...)
  • don_Gunner94
    don_Gunner94 over 2 years
    This is the least helpful answer on this page (just putting it out there). If you need help, navigate to answer by @Wilis below!
  • don_Gunner94
    don_Gunner94 over 2 years
    Thank you @Willis, you da best !