* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘coneproj’ ...
** this is package ‘coneproj’ version ‘1.21’
** package ‘coneproj’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-7) 15.2.0’
using C++ compiler: ‘g++-15 (Debian 15.2.0-7) 15.2.0’
make[1]: Entering directory '/tmp/RtmpcEpHDt/R.INSTALL179e265c9088cf/coneproj/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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c coneproj.cpp -o coneproj.o
coneproj.cpp: In function ‘SEXPREC* coneACpp(SEXP, SEXP, SEXP)’:
coneproj.cpp:98:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
98 | for(int k = 0; k < indice.n_elem; k ++){
| ~~^~~~~~~~~~~~~~~
coneproj.cpp: In function ‘SEXPREC* coneBCpp(SEXP, SEXP, SEXP, SEXP)’:
coneproj.cpp:248:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
248 | for(int k = 0; k < indice.n_elem; k ++){
| ~~^~~~~~~~~~~~~~~
coneproj.cpp:262:21: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
262 | if (a.n_elem > p) {
| ~~~~~~~~~^~~
coneproj.cpp:265:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
265 | for(int i = p; i <= a.n_elem - 1; i ++){
| ~~^~~~~~~~~~~~~~~
coneproj.cpp:306:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
306 | for(int k = 0; k < indiceEnd.n_elem; k ++){
| ~~^~~~~~~~~~~~~~~~~~
coneproj.cpp: In function ‘SEXPREC* qprogCpp(SEXP, SEXP, SEXP, SEXP, SEXP)’:
coneproj.cpp:449:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
449 | for(int k = 0; k < indice.n_elem; k ++){
| ~~^~~~~~~~~~~~~~~
gcc-15 -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c registerDynamicSymbol.c -o registerDynamicSymbol.o
g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o coneproj.so coneproj.o registerDynamicSymbol.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/RtmpcEpHDt/R.INSTALL179e265c9088cf/coneproj/src'
make[1]: Entering directory '/tmp/RtmpcEpHDt/R.INSTALL179e265c9088cf/coneproj/src'
make[1]: Leaving directory '/tmp/RtmpcEpHDt/R.INSTALL179e265c9088cf/coneproj/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-coneproj/00new/coneproj/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 (coneproj)