I am trying to install sparkTable in R 3.1.0 which depends on Rglpk. I manually installed GPLK on the system and added the libs folder to LD_
sparkTable
Rglpk
LD_
You must install glpk dependency first.
glpk
On macOS (via homebrew):
brew install glpk
or in RStudio (via homebrew):
system("brew install glpk")