Anonymouse
Anonymouse

Reputation: 147

Do I need to reinstall R-Studio if I wish to use Anaconda with R?

I have R (version 3.5.0) installed along with R-Studio (version 1.1.453). I recently installed Anaconda. In order to use Anaconda with R, do I need to reinstall R-Studio? I don't see an option for R notebooks when I launch Jupyter. However, there is an option to install R-Studio in the Anaconda Navigator.

Also, the option for installing R-Studio through the Anaconda Navigator suggests that the version of R-Studio that will be installed will be older than that already installed. Will there be a conflict between the two versions of R-Studio if I select this option?

Upvotes: 4

Views: 5509

Answers (1)

cosmoscalibur
cosmoscalibur

Reputation: 1173

Use R kernel with Jupyter in Anaconda only need install:

conda install r-essentials

Upvotes: 2

Related Questions