* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘coneproj’ ...
** this is package ‘coneproj’ version ‘1.23’
** package ‘coneproj’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.3.0-10) 14.3.0’
using C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpEz75Yh/R.INSTALLec9a37b4750ac/coneproj/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-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-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-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
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o coneproj.so coneproj.o registerDynamicSymbol.o -llapack -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpEz75Yh/R.INSTALLec9a37b4750ac/coneproj/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpEz75Yh/R.INSTALLec9a37b4750ac/coneproj/src'
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpEz75Yh/R.INSTALLec9a37b4750ac/coneproj/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-coneproj/00new/coneproj/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘coneproj’
finding HTML links ... done
FEV html
TwoDamat html
check_irred html
conc html
coneA html
coneB html
constreg html
conv html
cubic html
decr html
decr.conc html
decr.conv html
feet html
incr html
incr.conc html
incr.conv html
qprog html
shapereg html
** 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)