* installing *source* package ‘nopaco’ ... ** package ‘nopaco’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-noRemap/nopaco/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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 bootstrapCI.cpp -o bootstrapCI.o In file included from getPsi.h:15, from bootstrapCI.cpp:26: bootstrapCI.cpp: In function 'SEXPREC* bootstrapCI(SEXP, SEXP, SEXP, SEXP)': bootstrapCI.cpp:317:37: error: 'coerceVector' was not declared in this scope; did you mean 'Rf_coerceVector'? 317 | rP_nDraws = PROTECT(coerceVector(rP_nDraws, INTSXP)); | ^~~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ bootstrapCI.cpp:322:24: error: 'getAttrib' was not declared in this scope; did you mean 'Rf_getAttrib'? 322 | PROTECT(dim1 = getAttrib( MAT1, R_DimSymbol ) ); | ^~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ bootstrapCI.cpp:332:52: error: 'error' was not declared in this scope; did you mean 'perror'? 332 | if ((nrow1!=nrow2) | (ncol1!=ncol2)) {error("Dimensions of both matrices must be the same.");} | ^~~~~ | perror bootstrapCI.cpp:337:34: error: 'error' was not declared in this scope; did you mean 'perror'? 337 | if (nCPU > 64 ) {error("nCPU must be < 65.");} | ^~~~~ | perror bootstrapCI.cpp:339:35: error: 'allocMatrix' was not declared in this scope; did you mean 'Rf_allocMatrix'? 339 | PROTECT(output1 = allocMatrix(REALSXP, *INTEGER(rP_nDraws),2)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: bootstrapCI.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/nopaco/src' ERROR: compilation failed for package ‘nopaco’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/nopaco-lib/nopaco’ Command exited with non-zero status 1 Time 0:02.62, 2.17 + 0.30