* installing *source* package ‘psp’ ... ** this is package ‘psp’ version ‘1.0.5’ ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ g++-15 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -c RcppExports.cpp -o RcppExports.o g++-15 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-xtra/include" -DNDEBUG -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/Rcpp/include' -I'/home/hornik/tmp/CRAN_special_gcc-san/Library/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-stringop-truncation -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++-15 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-xtra/lib -Wl,-O1 -o psp.so RcppExports.o pspGlobal.o -llapack -L/home/hornik/tmp/R-d-gcc-xtra/lib -lRblas -lasan -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-xtra/lib -lR installing to /home/hornik/tmp/CRAN_special_gcc-san/psp.Rcheck/00LOCK-psp/00new/psp/libs ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (psp)