* installing *source* package ‘ddsPLS’ ...
** package ‘ddsPLS’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ddsPLS/src'
g++-13 -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/RcppEigen/include' -I/usr/local/include    -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   -c RcppExports.cpp -o RcppExports.o
g++-13 -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/RcppEigen/include' -I/usr/local/include    -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   -c ddsplsCore.cpp -o ddsplsCore.o
ddsplsCore.cpp: In function 'oneComponent do_one_componentCpp(Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, int, int, int, double, double)':
ddsplsCore.cpp:120:10: warning: unused variable 'mu' [-Wunused-variable]
  120 |   double mu=1.0;
      |          ^~
ddsplsCore.cpp: In function 'ddsPLSCpp bootstrap_pls_CT_Cpp(Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::MatrixXd, Eigen::MatrixXd, int, int, int, int, Eigen::VectorXd, bool, int, double)':
ddsplsCore.cpp:513:9: warning: unused variable 'N_simu_lams' [-Wunused-variable]
  513 |     int N_simu_lams = 1;
      |         ^~~~~~~~~~~
ddsplsCore.cpp:419:8: warning: variable 'test_no_null' set but not used [-Wunused-but-set-variable]
  419 |   bool test_no_null=true;
      |        ^~~~~~~~~~~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o ddsPLS.so RcppExports.o ddsplsCore.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ddsPLS/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ddsPLS/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ddsPLS/src'
installing to /data/gannet/ripley/R/packages/tests-devel/ddsPLS.Rcheck/00LOCK-ddsPLS/00new/ddsPLS/libs
** R
** 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
** 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 (ddsPLS)