* installing *source* package ‘impARI’ ...
** this is package ‘impARI’ version ‘0.0.3’
** package ‘impARI’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/impARI/src'
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/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 CPPcoding_30oct.cpp -o CPPcoding_30oct.o
CPPcoding_30oct.cpp: In function ‘std::vector<double> boundC(const std::vector<int, std::allocator<int> >&, const std::vector<int, std::allocator<int> >&, const std::vector<int, std::allocator<int> >&, const std::vector<int, std::allocator<int> >&, const std::vector<double>&, arma::mat&, arma::mat&, double, const std::string&, int, double)’:
CPPcoding_30oct.cpp:398:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int, std::allocator<int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  398 |   for (int k = 0; k < include.size(); ++k) {
      |                   ~~^~~~~~~~~~~~~~~~
CPPcoding_30oct.cpp:427:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int, std::allocator<int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  427 |     for (int k = 0; k < set_EcapI.size(); ++k) {
      |                     ~~^~~~~~~~~~~~~~~~~~
CPPcoding_30oct.cpp:436:40: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  436 |       if( (dt2 - u + set_EcapI.size()) <= currentmax2){
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/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++ -std=gnu++20 -shared -L/usr/local/lib64 -o impARI.so CPPcoding_30oct.o RcppExports.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/impARI/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/impARI/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/impARI/src'
installing to /data/gannet/ripley/R/packages/tests-devel/impARI.Rcheck/00LOCK-impARI/00new/impARI/libs
** R
** 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 (impARI)