You didn't provide details of your R installation. Was it also from Homebrew?
Davor > On Feb 28, 2014, at 9:17 AM, Paul Johnson <[email protected]> wrote: > > I have had success in installing Rmpi on Mavericks, and it may be helpful > to others: > > I first installed *gfortran* and *open-mpi*: > brew install gfortran > brew install open-mpi > > Then in R I installed Rmpi using this command: > *install.packages("Rmpi", type="source", > configure.args="with-mpi=/usr/local/opt/open-mpi")* > > (The *configure.args* parameter got around the following error: "Cannot > find mpi.h header file".) > > [[alternative HTML version deleted]] > > _______________________________________________ > R-SIG-Mac mailing list > [email protected] > https://stat.ethz.ch/mailman/listinfo/r-sig-mac _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
