* installing *source* package ‘Rdimtools’ ...
** package ‘Rdimtools’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/Rdimtools/src'
g++-13 -std=gnu++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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 Rdimtools_auxiliary.cpp -o Rdimtools_auxiliary.o
Rdimtools_auxiliary.cpp: In function 'Rcpp::List single_bicgstab(const arma::mat&, const arma::colvec&, arma::colvec&, double, int, const arma::mat&)':
Rdimtools_auxiliary.cpp:652:10: warning: variable 'resid' set but not used [-Wunused-but-set-variable]
  652 |   double resid = 0;
      |          ^~~~~
Rdimtools_auxiliary.cpp: In function 'Rcpp::List single_bicgstab_sparse(arma::sp_mat, arma::sp_mat, arma::colvec&, double, int, arma::sp_mat)':
Rdimtools_auxiliary.cpp:769:10: warning: variable 'resid' set but not used [-Wunused-but-set-variable]
  769 |   double resid = 0;
      |          ^~~~~
g++-13 -std=gnu++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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 example_class.cpp -o example_class.o
example_class.cpp: In member function 'arma::mat ClNLproc::MainFunc(arma::mat&)':
example_class.cpp:31:9: warning: unused variable 'N' [-Wunused-variable]
   31 |     int N = X.n_rows;
      |         ^
g++-13 -std=gnu++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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 methods_estimation.cpp -o methods_estimation.o
g++-13 -std=gnu++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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 methods_handytools.cpp -o methods_handytools.o
g++-13 -std=gnu++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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 methods_linear.cpp -o methods_linear.o
methods_linear.cpp: In function 'arma::vec method_spufs(arma::mat&, arma::mat, double, double, double)':
methods_linear.cpp:780:13: warning: unused variable 'n' [-Wunused-variable]
  780 |   const int n = X.n_rows;
      |             ^
g++-13 -std=gnu++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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 methods_nonlinear.cpp -o methods_nonlinear.o
methods_nonlinear.cpp: In function 'Rcpp::List main_bmds(arma::mat, arma::mat, double, double, double, int, double, bool, arma::vec)':
methods_nonlinear.cpp:836:7: warning: unused variable 'accept' [-Wunused-variable]
  836 |   int accept = 0;
      |       ^~~~~~
g++-13 -std=gnu++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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 ver1_computation.cpp -o ver1_computation.o
ver1_computation.cpp: In function 'arma::mat v2aux_pca(arma::mat&, int)':
ver1_computation.cpp:12:7: warning: unused variable 'P' [-Wunused-variable]
   12 |   int P = X.n_cols;
      |       ^
ver1_computation.cpp: In function 'arma::mat v2aux_pdist(arma::mat&)':
ver1_computation.cpp:30:7: warning: unused variable 'P' [-Wunused-variable]
   30 |   int P = X.n_cols;
      |       ^
g++-13 -std=gnu++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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 ver1_feature.cpp -o ver1_feature.o
g++-13 -std=gnu++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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 ver1_linear.cpp -o ver1_linear.o
g++-13 -std=gnu++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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 ver1_nonlinear.cpp -o ver1_nonlinear.o
ver1_nonlinear.cpp: In function 'Rcpp::List dt_mmds(arma::mat&, int, int, double)':
ver1_nonlinear.cpp:98:25: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   98 |   if ((ndim < 1)||(ndim >= X.n_cols)){
      |                    ~~~~~^~~~~~~~~~~
ver1_nonlinear.cpp:97:7: warning: unused variable 'P' [-Wunused-variable]
   97 |   int P = X.n_cols;
      |       ^
ver1_nonlinear.cpp: In function 'Rcpp::List dt_rpca(arma::mat&, double, double, int, double)':
ver1_nonlinear.cpp:394:7: warning: unused variable 'N' [-Wunused-variable]
  394 |   int N = X.n_rows;
      |       ^
ver1_nonlinear.cpp:395:7: warning: unused variable 'P' [-Wunused-variable]
  395 |   int P = X.n_cols;
      |       ^
g++-13 -std=gnu++11 -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/test-dev/RcppDist/include' -I'/data/gannet/ripley/R/test-dev/maotai/include' -I/usr/local/include   -fopenmp -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 ver1_utility.cpp -o ver1_utility.o
g++-13 -std=gnu++11 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o Rdimtools.so RcppExports.o Rdimtools_auxiliary.o example_class.o methods_estimation.o methods_handytools.o methods_linear.o methods_nonlinear.o ver1_computation.o ver1_feature.o ver1_linear.o ver1_nonlinear.o ver1_utility.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/Rdimtools/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/Rdimtools/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/Rdimtools/src'
installing to /data/gannet/ripley/R/packages/tests-devel/Rdimtools.Rcheck/00LOCK-Rdimtools/00new/Rdimtools/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (Rdimtools)