ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

Installing R studio is taking too much time i cant install R #11828

Open SivaPrasad02 opened 4 years ago

SivaPrasad02 commented 4 years ago

Actual Behavior

Expected Behavior

Steps to Reproduce

Anaconda or Miniconda version:
Operating System:
conda info
``` PASTE OUTPUT HERE: ```
conda list --show-channel-urls
``` PASTE OUTPUT HERE: ```
SivaPrasad02 commented 4 years ago

Today i installed anaconda on my windows 10 its taking too much time to install for rstudio

SivaPrasad02 commented 4 years ago

Screenshot (66)

after 10 min same thing

amendezg2 commented 4 years ago

i got the same issue...

czuche commented 4 years ago

I am experiencing the same issue. Mine seems to be installing forever. I have uninstalled and re-installed the software but the issue is still present. Can anyone help?

csoja commented 4 years ago

You need to create a new environment and install RStudio into that new environment. The base environment is not compatible with RStudio at this time. Unfortunately, it takes the solver quite a long time to figure this out.

czuche commented 4 years ago

Thanks @csoja, I have already figured it out.

kgasic commented 4 years ago

I have the same issue. I have created environment R and tried to install RStudio in it but it takes forever and eventually does not do it. I was able to do it on Mac but not pc.

Mathemilda commented 3 years ago

As somebody who has been working with RStudio for years I recommend a standalone RStudio for professional use. There are more than 10,000 R packages only on https://cran.r-project.org/ , accumulated for more than 30 years. I regularly got a request to work with a particular R package, and currently I have installed almost 400 of them. The standalone Rstudio has build-in features for package upload and update, together with a search by first package letters. With R Anaconda you can install only packages which are picked up by Anaconda developers. Although they claim to choose the most popular ones, but I cannot risk that at some point I will need to use something not very popular.