* installing *source* package 'coneproj' ...
** this is package 'coneproj' version '1.20'
** package 'coneproj' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
using C++ compiler: 'g++.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2025_02_27_10_07_47_22165/RtmpMbnAE8/R.INSTALL2ba685b8874ab/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:78:26: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   78 |         for(int k = 0; k < indice.n_elem; k ++){
      |                        ~~^~~~~~~~~~~~~~~
coneproj.cpp: In function 'SEXPREC* coneBCpp(SEXP, SEXP, SEXP, SEXP)':
coneproj.cpp:230:26: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  230 |         for(int k = 0; k < indice.n_elem; k ++){
      |                        ~~^~~~~~~~~~~~~~~
coneproj.cpp:244:21: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
  244 |        if (a.n_elem > p) {
      |            ~~~~~~~~~^~~
coneproj.cpp:247:30: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  247 |             for(int i = p; i <= a.n_elem - 1; i ++){
      |                            ~~^~~~~~~~~~~~~~~
coneproj.cpp:288:30: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  288 |             for(int k = 0; k < indiceEnd.n_elem; k ++){
      |                            ~~^~~~~~~~~~~~~~~~~~
coneproj.cpp: In function 'SEXPREC* qprogCpp(SEXP, SEXP, SEXP, SEXP, SEXP)':
coneproj.cpp:402:26: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  402 |         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 -std=gnu2x  -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 -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/2025_02_27_10_07_47_22165/RtmpMbnAE8/R.INSTALL2ba685b8874ab/coneproj/src'
make[1]: Entering directory '/d/temp/2025_02_27_10_07_47_22165/RtmpMbnAE8/R.INSTALL2ba685b8874ab/coneproj/src'
make[1]: Leaving directory '/d/temp/2025_02_27_10_07_47_22165/RtmpMbnAE8/R.INSTALL2ba685b8874ab/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.20.zip
* DONE (coneproj)