* 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.exe (GCC) 14.3.0'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/Rtmpcf1uqn/R.INSTALL10e4c8451ed1/coneproj/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c coneproj.cpp -o coneproj.o
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
from coneproj.cpp:3:
D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
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 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/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:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/Rtmpcf1uqn/R.INSTALL10e4c8451ed1/coneproj/src'
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/Rtmpcf1uqn/R.INSTALL10e4c8451ed1/coneproj/src'
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/Rtmpcf1uqn/R.INSTALL10e4c8451ed1/coneproj/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/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.21.zip
* DONE (coneproj)