* installing *source* package ‘rminqa’ ... ** package ‘rminqa’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rminqa/src' g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 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::minimize(Derived&, Partype&) [with Derived = Rosen; Partype = std::vector]': 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/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o rminqa.so RcppExports.o rbobyqa_example.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rminqa/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rminqa/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rminqa/src' installing to /data/gannet/ripley/R/packages/tests-devel/rminqa.Rcheck/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 * DONE (rminqa)