* installing *source* package ‘ChannelAttribution’ ...
** this is package ‘ChannelAttribution’ version ‘2.2.5’
** package ‘ChannelAttribution’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/ChannelAttribution/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/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 ChannelAttribution.cpp -o ChannelAttribution.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
ChannelAttribution.cpp: In function ‘void W_choose_order_1(std::vector<std::__cxx11::basic_string<char> >, long unsigned int, std::vector<long unsigned int>, std::vector<long unsigned int>, long unsigned int, long unsigned int, std::vector<long unsigned int>&, std::vector<double>&, std::vector<double>&, Rcpp::List&, long unsigned int, long unsigned int)’:
ChannelAttribution.cpp:464:103: warning: variable ‘npassi’ set but not used [-Wunused-but-set-variable=]
  464 |   unsigned long int nchannels_sim,i,ssize,ichannel_old,j,nc,start_pos,end_pos,start_pos_last,ichannel,npassi,vci,vni,vpi,k,h;
      |                                                                                                       ^~~~~~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o ChannelAttribution.so ChannelAttribution.o init.o -llapack -L/data/localhost/ripley/R/R-devel/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/ChannelAttribution/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/ChannelAttribution/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/ChannelAttribution/src'
installing to /data/localhost/ripley/R/packages/tests-devel/ChannelAttribution.Rcheck/00LOCK-ChannelAttribution/00new/ChannelAttribution/libs
** R
** data
** 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 (ChannelAttribution)