install.packages - Installing Rglpk on linux -


I'm trying to install Rglpk using the install.packages command. I'm receiving this error: / bin / sh: Line 0: CD: GLPK: do not create any such file or directory: *** [GLPK.ts] Error 1

glpk-dev package first Is installed from:

RPM-K | Grep glpk-dev glpk-devel-4.40-1.1.el6.x86_64

Thank you for your help,

Hello, what I did was the following which was done as a sudoer

  cd usr local wget http://ftp.gnu.org/gnu/ Glpk / glpk-4.54.tar Gz tar xfzv glpk-4.54.tar.gz mkdir Install GLPK ./configure  

then Rglpk_0.6-0.tar.gz Download and Install Packaged in Normally. It is basically what was done here, but as a sudoer:


Comments