Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rstudio doesn't start from anaconda

I have been using Rstudio through Anaconda for a while and everything was smooth. However, without any prior issue, when I try to run Rstudio a navigation window popups asking for directory to save download file The window that popups instead of Rstudio

I just tried to choose a name and hit save but nothing happened. I tried to reset anaconda navigator and using conda update conda command to update packages but nothing changed. Does anyone has any idea that what should I do to make Rstudio works again?

like image 512
Alireza Avatar asked May 15 '18 18:05

Alireza


People also ask

How do I open an RStudio in Anaconda?

With the new environment active, navigate to the Home page. Click Install on the RStudio application tile. Once RStudio is installed, click Launch to run RStudio from Navigator.

Can I run RStudio from Anaconda?

Whereas before it is installed, the rstudio graphic icon will display in Anaconda Navigator with an Install button. Once you select the Install button, Anaconda will automatically install R in your environment and bring you back to the Navigator screen, now showing the Launch button as shown in the preceding ...

How do you put R in Anaconda?

The R language packages are available to install with conda at http://repo.anaconda.com/pkgs/r/. You can install any of these R language packages into your current environment with the conda command conda install -c r package-name . Replace package-name with the name of the package.

How do I start R from RStudio?

A.4 Opening R Now that you have both R and RStudio on your computer, you can begin using R by opening the RStudio program. Open RStudio just as you would any program, by clicking on its icon or by typing “RStudio” at the Windows Run prompt.


1 Answers

Just had this issue arise for both myself and a friend after installing the most recent Windows 10 update (to build 1803) - hope this is the same case as you, as it might mean it's a reproducible issue.

Try uninstalling Anaconda, and retrying with a fresh install of R & RStudio (worked for me, does take a while for Anaconda to uninstall especially if you've got multiple environments or lots of packages), or roll back Windows to an earlier version (worked for my friend).

like image 106
Ed Farrell Avatar answered Oct 16 '22 15:10

Ed Farrell