* installing *source* package 'coneproj' ...
** package 'coneproj' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpQV4WhB/R.INSTALL2babc64d75342/coneproj/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c registerDynamicSymbol.c -o registerDynamicSymbol.o
g++ -std=gnu++17 -shared -s -static-libgcc -o coneproj.dll tmp.def coneproj.o registerDynamicSymbol.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpQV4WhB/R.INSTALL2babc64d75342/coneproj/src'
make[1]: Entering directory '/d/temp/RtmpQV4WhB/R.INSTALL2babc64d75342/coneproj/src'
make[1]: Leaving directory '/d/temp/RtmpQV4WhB/R.INSTALL2babc64d75342/coneproj/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-coneproj/00new/coneproj/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'coneproj' as coneproj_1.17.zip
* DONE (coneproj)