* installing *source* package ‘fuser’ ...
** package ‘fuser’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (GCC) 14.0.1 20240503 (prerelease)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fuser/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/RcppEigen/include' -I/usr/local/include   -DNDEBUG -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++-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/RcppEigen/include' -I/usr/local/include   -DNDEBUG -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 l1_fusion_n.cpp -o l1_fusion_n.o
l1_fusion_n.cpp: In function 'Eigen::MatrixXd genFusedLassoProximal_loop(Rcpp::Nullable<Rcpp::Vector<19> >, Rcpp::Nullable<Rcpp::Vector<19> >, Rcpp::Nullable<Rcpp::Vector<19> >, Eigen::VectorXd, Rcpp::NumericVector, Eigen::MatrixXd, bool, int, int, int, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, Eigen::MatrixXd, double, Eigen::MatrixXd, Eigen::MatrixXd, double)':
l1_fusion_n.cpp:114:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
  114 |       for (size_t i = 0; i < k; ++i) {
      |                          ~~^~~
l1_fusion_n.cpp:136:38: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Eigen::EigenBase<Eigen::Matrix<double, -1, -1> >::Index' {aka 'long int'} [-Wsign-compare]
  136 |       for (size_t offset = 0; offset < A_star.size(); ++offset) {
      |                               ~~~~~~~^~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o fuser.so RcppExports.o l1_fusion_n.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/fuser/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fuser/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fuser/src'
installing to /data/gannet/ripley/R/packages/tests-devel/fuser.Rcheck/00LOCK-fuser/00new/fuser/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 (fuser)