* installing *source* package ‘dmbc’ ... ** package ‘dmbc’ 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/dmbc/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/RcppProgress/include' -I/usr/local/include -fopenmp -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 distrib.cpp -o distrib.o In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:25, from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo.h:29, from ../inst/include/dmbc.h:11, from distrib.cpp:3: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:26: warning: "R_NO_REMAP" redefined 26 | #define R_NO_REMAP | : note: this is the location of the previous definition distrib.cpp: In function 'void dinvgamma(double*, const double*, double, double, int, int)': distrib.cpp:97:5: error: 'error' was not declared in this scope; did you mean 'perror'? 97 | error("alpha (shape) and beta (scale) parameters in dinvgamma() need to be both strictly positive.\n"); | ^~~~~ | perror distrib.cpp: In function 'void rinvgamma(double*, int, double, double)': distrib.cpp:116:5: error: 'error' was not declared in this scope; did you mean 'perror'? 116 | error("alpha (shape) and beta (scale) parameters in rinvgamma() need to be both strictly positive.\n"); | ^~~~~ | perror distrib.cpp: In function 'void ddirichlet(double*, const double*, const double*, int, int, int)': distrib.cpp:139:9: error: 'error' was not declared in this scope; did you mean 'perror'? 139 | error("some elements of x outside the [0, 1] range.\n"); | ^~~~~ | perror distrib.cpp:143:7: error: 'error' was not declared in this scope; did you mean 'perror'? 143 | error("some rows of x sum to a value different from 1.\n"); | ^~~~~ | perror make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: distrib.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/dmbc/src' ERROR: compilation failed for package ‘dmbc’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/dmbc-lib/dmbc’ Command exited with non-zero status 1 Time 0:20.06, 17.59 + 1.21