* installing *source* package ‘fastPLS’ ...
** package ‘fastPLS’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (GCC) 14.2.0’
using C++ compiler: ‘g++-14 (GCC) 14.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fastPLS/src'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/R-devel/library/Matrix/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0  -I../inst/include/ -IANN -DRANN -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/R-devel/library/Matrix/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0  -I../inst/include/ -IANN -DRANN -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -DR_NO_REMAP -c export-inline-header.cpp -o export-inline-header.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/R-devel/library/Matrix/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0  -I../inst/include/ -IANN -DRANN -DARMA_64BIT_WORD=1 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -DR_NO_REMAP -c fastPLS.cpp -o fastPLS.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/R-devel/library/Matrix/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c irlba.c -o irlba.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){
      |        ~~~~~~~~~~~~^~~~~~~~~~
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o fastPLS.so RcppExports.o export-inline-header.o fastPLS.o irlba.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fastPLS/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fastPLS/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fastPLS/src'
installing to /data/gannet/ripley/R/packages/tests-devel/fastPLS.Rcheck/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)