* installing *source* package ‘HighDimenCDM’ ...
** this is package ‘HighDimenCDM’ version ‘0.1.0’
** package ‘HighDimenCDM’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/HighDimenCDM/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/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++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/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 seqGibbs.cpp -o seqGibbs.o
seqGibbs.cpp: In function ‘arma::umat seqGibbs(arma::umat&, const arma::mat&, const arma::mat&, const arma::mat&, const arma::field<arma::Mat<unsigned int> >&)’:
seqGibbs.cpp:19:10: warning: unused variable ‘pa0j’ [-Wunused-variable]
   19 |   double pa0j, pa1j;
      |          ^~~~
seqGibbs.cpp:19:16: warning: unused variable ‘pa1j’ [-Wunused-variable]
   19 |   double pa0j, pa1j;
      |                ^~~~
seqGibbs.cpp: In function ‘void seqGibbs2(arma::umat&, const arma::mat&, const arma::mat&, const arma::mat&, const arma::field<arma::Mat<unsigned int> >&)’:
seqGibbs.cpp:98:10: warning: unused variable ‘pa0j’ [-Wunused-variable]
   98 |   double pa0j, pa1j;
      |          ^~~~
seqGibbs.cpp:98:16: warning: unused variable ‘pa1j’ [-Wunused-variable]
   98 |   double pa0j, pa1j;
      |                ^~~~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o HighDimenCDM.so RcppExports.o seqGibbs.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/HighDimenCDM/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/HighDimenCDM/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/HighDimenCDM/src'
installing to /data/localhost/ripley/R/packages/tests-devel/HighDimenCDM.Rcheck/00LOCK-HighDimenCDM/00new/HighDimenCDM/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (HighDimenCDM)