* installing *source* package ‘steadyICA’ ... ** package ‘steadyICA’ 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/steadyICA/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 BinDistC.cpp -o BinDistC.o In file included from BinDistC.cpp:32: BinDistC.cpp: In function 'SEXPREC* BinDistC(SEXP, SEXP, SEXP, SEXP, SEXP)': BinDistC.cpp:42:18: error: 'coerceVector' was not declared in this scope; did you mean 'Rf_coerceVector'? 42 | PROTECT(sx = coerceVector(sx, REALSXP)); | ^~~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ BinDistC.cpp:44:13: error: 'asInteger' was not declared in this scope; did you mean 'Rf_asInteger'? 44 | int n = asInteger(sn); | ^~~~~~~~~ | Rf_asInteger BinDistC.cpp:45:36: error: 'error' was not declared in this scope; did you mean 'perror'? 45 | if (n == NA_INTEGER || n <= 0) error("invalid '%s' argument", "n"); | ^~~~~ | perror BinDistC.cpp:46:16: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 46 | SEXP ans = allocVector(REALSXP, 2*n); | ^~~~~~~~~~~ | Rf_allocVector BinDistC.cpp:48:18: error: 'asReal' was not declared in this scope; did you mean 'Rf_asReal'? 48 | double xlo = asReal(slo), xhi = asReal(shi); | ^~~~~~ | Rf_asReal BinDistC.cpp:52:22: error: 'xhi' was not declared in this scope; did you mean 'shi'? 52 | double xdelta = (xhi - xlo) / (n - 1); | ^~~ | shi make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: BinDistC.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/steadyICA/src' ERROR: compilation failed for package ‘steadyICA’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/steadyICA-lib/steadyICA’ Command exited with non-zero status 1 Time 0:00.72, 0.50 + 0.15