* installing *source* package ‘monomvn’ ... ** package ‘monomvn’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-13 (GCC) 13.2.0’ using Fortran compiler: ‘GNU Fortran (GCC) 13.2.0’ using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-noRemap/monomvn/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DRPRINT -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c blasso.cc -o blasso.o blasso.cc: In member function 'void Blasso::Init()': blasso.cc:211:23: error: 'error' was not declared in this scope; did you mean 'perror'? 211 | if(!Compute(false)) error("ill-posed regression in Init"); | ^~~~~ | perror blasso.cc: In member function 'void Blasso::InitPB(double*, int*, unsigned int)': blasso.cc:310:17: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 310 | warning("starting beta[%d] != 0 and col %d is not a factor", i, i); | ^~~~~~~ | Rf_warning blasso.cc:319:7: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 319 | warning("RJ=FALSE, but not in saturated model (m=%d, M=%d), try RJ=\"p\"", | ^~~~~~~ | Rf_warning blasso.cc: In member function 'void Blasso::InitParams(REG_MODEL, double*, double, double)': blasso.cc:725:7: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 725 | warning("starting lambda2 (%g) <= 0 is invalid (m=%d, M=%d)", | ^~~~~~~ | Rf_warning blasso.cc:741:7: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 741 | warning("starting lambda2 value (%g) must be zero (m=%d, M=%d)", | ^~~~~~~ | Rf_warning blasso.cc: In member function 'void Blasso::Draw(unsigned int, bool)': blasso.cc:1110:25: error: 'error' was not declared in this scope; did you mean 'perror'? 1110 | if(!Compute(false)) error("ill-posed regression in Draw, s2=%g, m=%d", s2, m); | ^~~~~ | perror blasso.cc:1127:7: error: 'error' was not declared in this scope; did you mean 'perror'? 1127 | error("ill-posed regression in DrawTau2i or DrawOmega2"); | ^~~~~ | perror blasso.cc:1129:7: error: 'error' was not declared in this scope; did you mean 'perror'? 1129 | error("ill-posed regression in DrawOmega2"); | ^~~~~ | perror blasso.cc:1131:7: error: 'error' was not declared in this scope; did you mean 'perror'? 1131 | error("ill-posed regression in DrawTau2i"); | ^~~~~ | perror blasso.cc: In member function 'void Blasso::RJup(double)': blasso.cc:1309:10: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 1309 | } else warning("ill-posed regression in RJup"); | ^~~~~~~ | Rf_warning blasso.cc: In member function 'void Blasso::DataAugment()': blasso.cc:1647:24: error: 'error' was not declared in this scope; did you mean 'perror'? 1647 | if(!Compute(true)) error("ill-posed regression in DataAugment"); | ^~~~~ | perror blasso.cc: In member function 'void Blasso::DrawS2Margin()': blasso.cc:1899:18: error: 'error' was not declared in this scope; did you mean 'perror'? 1899 | if(scale <= 0) error("ill-posed regression in DrawS2, scale <= 0"); | ^~~~~ | perror blasso.cc: In member function 'void Blasso::DrawS2()': blasso.cc:1939:18: error: 'error' was not declared in this scope; did you mean 'perror'? 1939 | if(scale <= 0) error("ill-posed regression in DrawS2, scale <= 0"); | ^~~~~ | perror blasso.cc: In member function 'void Blasso::DrawLambda2()': blasso.cc:2117:7: error: 'error' was not declared in this scope; did you mean 'perror'? 2117 | error("ill-posed regression in DrawLambda2, BtB=%g, s2=%g, m=%d", | ^~~~~ | perror make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:200: blasso.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/monomvn/src' ERROR: compilation failed for package ‘monomvn’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/monomvn-lib/monomvn’ Command exited with non-zero status 1 Time 0:02.51, 2.12 + 0.31