* installing *source* package ‘rflexscan’ ...
** package ‘rflexscan’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rflexscan/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   -c RcppExports.cpp -o RcppExports.o
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   -c flscan312.cpp -o flscan312.o
flscan312.cpp: In function 'int LoadData(const Rcpp::NumericMatrix&, const Rcpp::NumericMatrix&, const Rcpp::NumericMatrix&)':
flscan312.cpp:1557:26: warning: argument 1 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
 1557 |   if ((a = (int **)calloc(N, sizeof(int *))) == NULL) {
      |                    ~~~~~~^~~~~~~~~~~~~~~~~~
In file included from /usr/local/gcc13/include/c++/13.2.0/bits/std_abs.h:38,
                 from /usr/local/gcc13/include/c++/13.2.0/cmath:49,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/platform/compiler.h:100,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:62,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27,
                 from flscan312.cpp:1:
/usr/include/stdlib.h:543:14: note: in a call to allocation function 'void* calloc(size_t, size_t)' declared here
  543 | extern void *calloc (size_t __nmemb, size_t __size)
      |              ^~~~~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o rflexscan.so RcppExports.o flscan312.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rflexscan/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rflexscan/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rflexscan/src'
installing to /data/gannet/ripley/R/packages/tests-devel/rflexscan.Rcheck/00LOCK-rflexscan/00new/rflexscan/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (rflexscan)