* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘coneproj’ ...
** package ‘coneproj’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’
using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/Rtmpt81nUC/R.INSTALL276b23293801cf/coneproj/src'
g++-13 -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:76:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   76 |         for(int k = 0; k < indice.n_elem; k ++){
      |                        ~~^~~~~~~~~~~~~~~
coneproj.cpp: In function ‘SEXPREC* coneBCpp(SEXP, SEXP, SEXP, SEXP)’:
coneproj.cpp:225:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  225 |         for(int k = 0; k < indice.n_elem; k ++){
      |                        ~~^~~~~~~~~~~~~~~
coneproj.cpp:231:21: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  231 |        if (a.n_elem > p) {
      |            ~~~~~~~~~^~~
coneproj.cpp:234:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  234 |             for(int i = p; i <= a.n_elem - 1; i ++){
      |                            ~~^~~~~~~~~~~~~~~
coneproj.cpp:275:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  275 |             for(int k = 0; k < indiceEnd.n_elem; k ++){
      |                            ~~^~~~~~~~~~~~~~~~~~
coneproj.cpp: In function ‘SEXPREC* qprogCpp(SEXP, SEXP, SEXP, SEXP, SEXP)’:
coneproj.cpp:379:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  379 |         for(int k = 0; k < indice.n_elem; k ++){
      |                        ~~^~~~~~~~~~~~~~~
gcc-13 -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
g++-13 -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
make[1]: Leaving directory '/tmp/Rtmpt81nUC/R.INSTALL276b23293801cf/coneproj/src'
make[1]: Entering directory '/tmp/Rtmpt81nUC/R.INSTALL276b23293801cf/coneproj/src'
make[1]: Leaving directory '/tmp/Rtmpt81nUC/R.INSTALL276b23293801cf/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)