Category Archives: OSX

Get RSymphony working on OSX

The problem with RSypmhony is that you can’t get binaries for the installation on OSX, so you have to compile the binary on your own. The following steps are necessary: Install the “Command Line Tools” for OSX. Install the package manager “Homebrew”. Install “Symphony” solver with “Homebrew” Install a Fortran compiler Install “RSymphony” So there… Read More »

Category: OSX

Make bridge between R and Java work

Making the interface between R and Java work is not easy. There a few steps to do before it will work. These steps were necessary on OSX with NetBeans IDE: Edit the NetBeans config file Add libraries to your project Adjust run setting for the Java VM Edit NetBeans config This first step is necessary… Read More »