* installing *source* package ‘fishMod’ ... ** package ‘fishMod’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ using C++11 make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-noRemap/fishMod/src' g++-13 -std=gnu++11 -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 Tweedie.cc -o Tweedie.o In file included from Tweedie.h:11, from Tweedie.cc:1: Tweedie.cc: In function 'SEXPREC* dTweedie(SEXP, SEXP, SEXP, SEXP, SEXP)': Tweedie.cc:22:17: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 22 | PROTECT(res = allocVector(REALSXP, len)); //initiating return object | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ Tweedie.cc:25:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 25 | for( size_t i=0; i