I just installed the anaconda environment to use Python. Now, within Python, I would like to make use of the rpy2 package. When running
conda install rpy2
conda suggests to install R along with some base packages. I suppose this will install R into the anaconda-environment.
Is there any danger of breaking my "normal" R installation by doing this, or can they co-exist, or is there anything I need to pay attention to?
How do I install specific R packages within the anaconda installation? Can I just follow this answer?
All this is in Ubuntu 16.04 if that matters.