naikai / sake

sake
27 stars 12 forks source link

Installing on mac high sierra #69

Closed bharris12 closed 6 years ago

bharris12 commented 6 years ago

This is more of a comment, and would be nice to change in the README

Even after you use brew to install gcc, it is not the default C compiler on mac. brew names it gcc-7. So if you want r to use that compiler when installing dependencies you need to add CC=gcc-7 as an argument :

devtools::install_github("naikai/sake", CC=gcc-7)

molikd commented 6 years ago

Updated in Updates README to add a comment on installation on MAC OSX