I tried to install r and rpy2 in a linux machine with anaconda so that I could use r package methods with python. However, I got this error:
>conda install -c r r-essentials
...
r-rcolorbrewer 1.1_2: ############################################################################################################## | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Segmentation fault
I got the so called segmentation fault... Does Anyone know what might have happen? Thank you.