Hello folks,
I am wondering if someone could help.
While running in interactive mode on a lsf cluster the error below came up. Any help would appreciated. (While running the same model locally it ran fine)
Thanks,
Carl Hollins
Compiling the C++ model
Error in compileCode(f, code, language = language, verbose = verbose) :
Compilation ERROR, function(s)/method(s) not created! /bin/sh: g++: command not found
make: *** [filea7c16a3a312b.o] Error 127
In addition: Warning message:
running command '/share/pkg/R/3.4.0/lib64/R/bin/R CMD SHLIB filea7c16a3a312b.cpp 2> filea7c16a3a312b.cpp.err.txt' had status 1
-------------------------------------------------------------------------------------------------------------
lm.brms <- brms(Log2~time + position + (time|
subject.id),data=gathHsp37syn)
--------------------------------------------------------------------------------------------------------------