I want to install the Rsymphony package in R 3.1. When installing, the following error is issued:
* package 'Rsymphony' successfully unpacked and MD5 sums checked Cannot find SYMPHONY libraries and headers. See <https://projects.coin-or.org/SYMPHONY>. ERROR: configuration failed for package 'Rsymphony'
So this decided to install lib for debian:
apt-get install coinor-libsymphony-dev coinor-libsymphony-doc
However, I still get the same error. Either I skipped a specific library, or installed the wrong thing. How can I install the Rsymphony package Rsymphony ?
Spec: I am using R 3.1 and debian 7.8
source share