* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘globpso’ ...
** this is package ‘globpso’ version ‘1.3.0’
** package ‘globpso’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-15 (Debian 15.2.0-4) 15.2.0’
make[1]: Entering directory '/tmp/RtmpUVPzSV/R.INSTALL167974fc5d9ff/globpso/src'
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c cppPSO.cpp -o cppPSO.o
In file included from psoHeader.h:100,
                 from cppPSO.cpp:3:
psoKernel.h: In function ‘void PSO_MAIN(PSO_OPTIONS, Rcpp::EvalBase*, bool, bool, PSO_Result&)’:
psoKernel.h:58:22: warning: ‘eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_min() instead [-Wdeprecated-declarations]
   58 |   fGBest = fPBest.min(GBestIdx);
      |            ~~~~~~~~~~^~~~~~~~~~
In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:201,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32,
                 from common.h:3,
                 from cppPSO.cpp:2:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_bones.hpp:544:56: note: declared here
  544 |   [[deprecated("use .index_min() instead")]] inline eT min(uword& index_of_min_val) const;
      |                                                        ^~~
psoKernel.h:90:26: warning: ‘eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_min() instead [-Wdeprecated-declarations]
   90 |       fGBest = fPBest.min(GBestIdx); GBest = PBest.row(GBestIdx); //PSO_DYN.succ_GB = 1;
      |                ~~~~~~~~~~^~~~~~~~~~
In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:692:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_meat.hpp:7829:1: note: declared here
 7829 | Mat<eT>::min(uword& index_of_min_val) const
      | ^~~~~~~
In file included from deHeader.h:70,
                 from cppPSO.cpp:4:
deKernel.h: In function ‘void DE_MAIN(DE_OPTIONS, Rcpp::EvalBase*, bool, bool, DE_Result&)’:
deKernel.h:50:22: warning: ‘eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_min() instead [-Wdeprecated-declarations]
   50 |   fGBest = fPBest.min(GBestIdx);
      |            ~~~~~~~~~~^~~~~~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_meat.hpp:7829:1: note: declared here
 7829 | Mat<eT>::min(uword& index_of_min_val) const
      | ^~~~~~~
deKernel.h:88:26: warning: ‘eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_min() instead [-Wdeprecated-declarations]
   88 |       fGBest = fPBest.min(GBestIdx); GBest = PBest.row(GBestIdx); //PSO_DYN.succ_GB = 1;
      |                ~~~~~~~~~~^~~~~~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_meat.hpp:7829:1: note: declared here
 7829 | Mat<eT>::min(uword& index_of_min_val) const
      | ^~~~~~~
g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o globpso.so RcppExports.o cppPSO.o -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpUVPzSV/R.INSTALL167974fc5d9ff/globpso/src'
make[1]: Entering directory '/tmp/RtmpUVPzSV/R.INSTALL167974fc5d9ff/globpso/src'
make[1]: Leaving directory '/tmp/RtmpUVPzSV/R.INSTALL167974fc5d9ff/globpso/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-globpso/00new/globpso/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 (globpso)