* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘fastPLS’ ...
** package ‘fastPLS’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.2.0-8) 14.2.0’
using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’
make[1]: Entering directory '/tmp/RtmpAxZ4c3/R.INSTALL13555423321cf1/fastPLS/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Matrix/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I../inst/include/ -IANN -DRANN -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Matrix/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I../inst/include/ -IANN -DRANN -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c export-inline-header.cpp -o export-inline-header.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Matrix/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I../inst/include/ -IANN -DRANN -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native   -c fastPLS.cpp -o fastPLS.o
fastPLS.cpp: In function ‘Rcpp::List optim_pls_cv(arma::mat, arma::mat, arma::ivec, arma::ivec, int, int, int, int)’:
fastPLS.cpp:414:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘long long unsigned int’} [-Wsign-compare]
  414 |   for (int j = 0; j < indices.size(); j++) {
      |                   ~~^~~~~~~~~~~~~~~~
fastPLS.cpp: In function ‘Rcpp::List double_pls_cv(arma::mat, arma::mat, arma::ivec, arma::ivec, int, int, int, int, int)’:
fastPLS.cpp:500:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘long long unsigned int’} [-Wsign-compare]
  500 |   for (int j = 0; j < indices.size(); j++) {
      |                   ~~^~~~~~~~~~~~~~~~
fastPLS.cpp: In function ‘Rcpp::List pls_model1(arma::mat, arma::mat, arma::ivec, int, bool, int)’:
fastPLS.cpp:647:18: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
  647 |   if(svd_v.n_cols>max_ncomp){
      |      ~~~~~~~~~~~~^~~~~~~~~~
fastPLS.cpp:666:20: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
  666 |     if(svd_v.n_cols>max_ncomp){
      |        ~~~~~~~~~~~~^~~~~~~~~~
gcc-14 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Matrix/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c irlba.c -o irlba.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o fastPLS.so RcppExports.o export-inline-header.o fastPLS.o irlba.o -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpAxZ4c3/R.INSTALL13555423321cf1/fastPLS/src'
make[1]: Entering directory '/tmp/RtmpAxZ4c3/R.INSTALL13555423321cf1/fastPLS/src'
make[1]: Leaving directory '/tmp/RtmpAxZ4c3/R.INSTALL13555423321cf1/fastPLS/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-fastPLS/00new/fastPLS/libs
** R
** 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
** 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 (fastPLS)