* installing *source* package 'lefko3' ... ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 12.3.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -I../inst/include/ -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c DataManagement.cpp -o DataManagement.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -I../inst/include/ -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ErrorChecks.cpp -o ErrorChecks.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -I../inst/include/ -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ExtraFunctions.cpp -o ExtraFunctions.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -I../inst/include/ -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Mats2.cpp -o Mats2.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -I../inst/include/ -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c MatsNProj.cpp -o MatsNProj.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -I../inst/include/ -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ModelSelection.cpp -o ModelSelection.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -I../inst/include/ -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c PopChar.cpp -o PopChar.o PopChar.cpp: In function 'Rcpp::DataFrame density_reassess(Rcpp::DataFrame, Rcpp::DataFrame, Rcpp::Nullable >, bool, bool)': PopChar.cpp:3714:52: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3714 | if (static_cast(prop_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3722:52: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3722 | if (static_cast(prop_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3737:52: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3737 | if (static_cast(prop_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3749:52: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3749 | if (static_cast(prop_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3773:53: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3773 | if (static_cast(prop0_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3781:53: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3781 | if (static_cast(prop0_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3796:53: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3796 | if (static_cast(prop0_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3808:53: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3808 | if (static_cast(prop0_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3832:51: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3832 | if (static_cast(imm_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3840:51: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3840 | if (static_cast(imm_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3855:51: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3855 | if (static_cast(imm_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3867:51: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3867 | if (static_cast(imm_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3891:51: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3891 | if (static_cast(mat_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ PopChar.cpp:3899:51: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 3899 | if (static_cast(mat_stages(j)) == agestages_stageid(k) - 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -I../inst/include/ -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c PopDyn2.cpp -o PopDyn2.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -I../inst/include/ -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -shared -s -static-libgcc -o lefko3.dll tmp.def DataManagement.o ErrorChecks.o ExtraFunctions.o Mats2.o MatsNProj.o ModelSelection.o PopChar.o PopDyn2.o RcppExports.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-lefko3/00new/lefko3/libs/x64 ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 * DONE (lefko3)