I just installed R
on Mojave
in Anaconda 3
using:
conda install r-base r-essentials r-irkernel
When I type r
I get the following error:
dyld: Library not loaded: @rpath/libreadline.6.2.dylib
Referenced from: /usr/local/anaconda3/lib/R/lib/libR.dylib
Reason: image not found
Abort trap: 6
I followed the instructions in this issue but it did not help.