so I try to run a package called BTYDplus when I load it I got this warning
This data.table install has not detected OpenMP support. It will work but slower in single threaded mode.
I could run it without OpenMP but it is very slow, so I tried to install openMP by following this tutorial
http://thecoatlessprofessor.com/programming/openmp-in-r-on-os-x/
but I stuck at Enabling R to Compile Code with OpenMP on OS X
part specifically when I try to run vim ~/.R/Makevars/
. It resulted with "~/.R/Makevars/" Illegal file name
.
any suggestion on how to tell R to use GCC ?