I have the below problem with installing an R Package.
Context: I am working on a optimization problem and i have to use RGLPK package for the required functionalities of linear programming.
This is what I tried:
Installing package using install.package (error was on GLPK Dependencies)
Tried loading RGLPK File manually into library and installing, got error.
- followed step in this link- "GLPK: No such file or directory error when trying to install R package"
it throws an error saying "Rglpk.h:1:18: fatal error: glpk.h: No such file or directory"
Tried lot of other google/stack overflow methods and was not successful.
seeking help from this community and any advise would be greatly appreciated.