* installing *source* package 'psp' ... ** this is package 'psp' version '1.0.5' ** package 'psp' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.3.0' make[1]: Entering directory '/d/temp/2026_01_20_01_50_00_10005/Rtmp2bBETc/R.INSTALL718025b2945/psp/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c pspGlobal.cpp -o pspGlobal.o pspGlobal.cpp: In function 'arma::mat ClampParameters(arma::mat, arma::colvec, arma::colvec)': pspGlobal.cpp:33:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 33 | for (int i = 0; i < upper.n_elem; i++) | ~~^~~~~~~~~~~~~~ pspGlobal.cpp: In function 'arma::cube OrdinalCompare(arma::cube, arma::cube)': pspGlobal.cpp:76:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 76 | for (int x = 0; x < predicted.n_slices; x++) | ~~^~~~~~~~~~~~~~~~~~~~ pspGlobal.cpp:79:23: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 79 | for (int y = 0; y < discovered.n_slices; y++) | ~~^~~~~~~~~~~~~~~~~~~~~ pspGlobal.cpp: In function 'void WriteFile(int, arma::mat, arma::vec, std::string)': pspGlobal.cpp:192:23: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'int' [-Wsign-compare] 192 | for (uword i = 0; i < rows; i++) | ~~^~~~~~ pspGlobal.cpp:196:25: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'int' [-Wsign-compare] 196 | for (uword k = 0; k < columns; k++) | ~~^~~~~~~~~ pspGlobal.cpp: In function 'Rcpp::List pspGlobal(Rcpp::Function, Rcpp::Function, Rcpp::List, bool, std::string, std::string, bool)': pspGlobal.cpp:245:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 245 | if (dimensions != lower.n_elem || dimensions != upper.n_elem) | ~~~~~~~~~~~^~~~~~~~~~~~~~~ pspGlobal.cpp:245:48: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 245 | if (dimensions != lower.n_elem || dimensions != upper.n_elem) | ~~~~~~~~~~~^~~~~~~~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o psp.dll tmp.def RcppExports.o pspGlobal.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/2026_01_20_01_50_00_10005/Rtmp2bBETc/R.INSTALL718025b2945/psp/src' make[1]: Entering directory '/d/temp/2026_01_20_01_50_00_10005/Rtmp2bBETc/R.INSTALL718025b2945/psp/src' make[1]: Leaving directory '/d/temp/2026_01_20_01_50_00_10005/Rtmp2bBETc/R.INSTALL718025b2945/psp/src' installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-psp/00new/psp/libs/x64 ** R ** 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 'psp' as psp_1.0.5.zip * DONE (psp)