Skip to content
Prev 24445 / 63424 Next

Matrix package: compilation error

Rainer Hurling wrote:
easy -

mkdir ~/mynewbin
ln -s /usr/local/bin/gmake ~/mynewbin/make
export PATH=${HOME}/mynewbin:${PATH}

Then run "R CMD INSTALL ..." as you did.

and afterwards, "rm -rf ~/mynewbin". (I hope I don't need to explain
what the 3 lines above do...)

HTL