* installing *source* package ‘STARRS’ ...
** this is package ‘STARRS’ version ‘1.0’
** package ‘STARRS’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
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/STARRS/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 RcppExports.cpp -o RcppExports.o
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 eigvalMC.cpp -o eigvalMC.o
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 internal.cpp -o internal.o
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 median_MCM.cpp -o median_MCM.o
internal.cpp: In function ‘Rcpp::List stoKmed_rcpp(arma::mat, arma::mat, arma::mat, double, double)’:
internal.cpp:239:29: warning: ‘j_best’ may be used uninitialized [-Wmaybe-uninitialized]
239 | clusterindex(i) = j_best+1; /* affectation de l'ind. dans la nouvelle classe */ //TODO : je l'écrase ensuite, pas besoin de le remplir ici ?
| ~~~~~~^~
internal.cpp:219:7: note: ‘j_best’ was declared here
219 | int j_best;
| ^~~~~~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o STARRS.so RcppExports.o eigvalMC.o internal.o median_MCM.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/STARRS/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/STARRS/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/STARRS/src'
installing to /data/localhost/ripley/R/packages/tests-devel/STARRS.Rcheck/00LOCK-STARRS/00new/STARRS/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (STARRS)