* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘rminqa’ ...
** package ‘rminqa’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
using C++11
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpcHDckb/R.INSTALLe8f6f69e74161/rminqa/src'
g++-13 -std=gnu++11 -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/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++11 -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/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c rbobyqa_example.cpp -o rbobyqa_example.o
In file included from rbobyqa_example.cpp:1:
../inst/include/rbobyqa.h: In instantiation of ‘void rminqa::Rbobyqa<Derived, Partype>::minimize(Derived&, Partype&) [with Derived = Rosen; Partype = std::vector<double>]’:
rbobyqa_example.cpp:38:15:   required from here
../inst/include/rbobyqa.h:76:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   76 |       for(int i = 0; i< npar; i++)lower_[i] = R_NegInf;
      |                      ~^~~~~~
../inst/include/rbobyqa.h:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |       for(int i = 0; i< npar; i++)upper_[i] = R_PosInf;
      |                      ~^~~~~~
In file included from ../inst/include/bobyqa.h:202,
                 from ../inst/include/rbobyqa.h:8:
In function ‘void prelim(long int, long int, double (*)(long int, const double*, void*), void*, double*, const double*, const double*, double, long int, long int, double*, double*, double*, double*, double*, double*, double*, double*, long int, double*, double*, long int*, long int*)’,
    inlined from ‘int bobyqb(long int, long int, double (*)(long int, const double*, void*), void*, double*, const double*, const double*, double, double, long int, long int, double*, double*, double*, double*, double*, double*, double*, double*, double*, long int, double*, double*, double*, double*, double*, double*, double*)’ at ../inst/include/bobyqa_impl.h:502:9,
    inlined from ‘int bobyqa(long int, long int, double (*)(long int, const double*, void*), void*, double*, const double*, const double*, double, double, long int, long int, double*)’ at ../inst/include/bobyqa_impl.h:341:16:
../inst/include/bobyqa_impl.h:1812:25: warning: ‘kopt’ may be used uninitialized [-Wmaybe-uninitialized]
 1812 |     } else if (f < fval[*kopt]) {
      |                         ^~~~~
../inst/include/bobyqa_impl.h: In function ‘int bobyqa(long int, long int, double (*)(long int, const double*, void*), void*, double*, const double*, const double*, double, double, long int, long int, double*)’:
../inst/include/bobyqa_impl.h:452:56: note: ‘kopt’ was declared here
  452 |   INTEGER i, ih, ip, itest, j, jj, jp, k, kbase, knew, kopt, ksav, nf,
      |                                                        ^~~~
g++-13 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o rminqa.so RcppExports.o rbobyqa_example.o -fopenmp -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 '/home/hornik/tmp/scratch/RtmpcHDckb/R.INSTALLe8f6f69e74161/rminqa/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpcHDckb/R.INSTALLe8f6f69e74161/rminqa/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpcHDckb/R.INSTALLe8f6f69e74161/rminqa/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-rminqa/00new/rminqa/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
* creating tarball
packaged installation of ‘rminqa’ as ‘rminqa_0.2.2_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (rminqa)