* installing *source* package ‘BClustLonG’ ...
** package ‘BClustLonG’ 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/BClustLonG/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/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++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/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 sparseFactor.cpp -o sparseFactor.o
sparseFactor.cpp: In function 'arma::mat samLamV2Cpp(arma::mat, arma::mat, arma::vec, arma::mat, arma::mat, arma::rowvec)':
sparseFactor.cpp:90:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   90 |     for(int i=0; i < lam.n_rows; i++){
      |                  ~~^~~~~~~~~~~~
sparseFactor.cpp: In function 'arma::mat calSim(arma::mat)':
sparseFactor.cpp:207:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  207 |     for(int i=0;i < mat.n_cols-1;i++){
      |                 ~~^~~~~~~~~~~~~~
sparseFactor.cpp:208:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  208 |         for(int j =i+1; j < mat.n_cols; j++){
      |                         ~~^~~~~~~~~~~~
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 BClustLonG.so RcppExports.o sparseFactor.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/BClustLonG/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/BClustLonG/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/BClustLonG/src'
installing to /data/gannet/ripley/R/packages/tests-devel/BClustLonG.Rcheck/00LOCK-BClustLonG/00new/BClustLonG/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (BClustLonG)