* installing *source* package ‘picasso’ ...
** this is package ‘picasso’ version ‘1.5’
** package ‘picasso’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/picasso/src'
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./include -I./include/eigen3 -I. -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS  -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 picasso_R.cpp -o picasso_R.o
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./include -I./include/eigen3 -I. -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS  -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 picasso-all0.cpp -o picasso-all0.o
In file included from picasso-all0.cpp:9:
solver/actnewton.cpp: In member function ‘void picasso::solver::ActNewtonSolver::solve()’:
solver/actnewton.cpp:51:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   51 |   for (int i = 0; i < lambdas.size(); i++) {
      |                   ~~^~~~~~~~~~~~~~~~
solver/actnewton.cpp:78:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
   78 |     while (loopcnt_level_0 < m_param.num_relaxation_round) {
      |            ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
solver/actnewton.cpp:108:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  108 |           for (int k = 0; k < actset_idx.size(); k++) {
      |                           ~~^~~~~~~~~~~~~~~~~~~
solver/actnewton.cpp:134:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  134 |         for (int k = 0; k < actset_idx.size(); ++k) {
      |                         ~~^~~~~~~~~~~~~~~~~~~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o picasso.so ./picasso_R.o ./picasso-all0.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/picasso/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/picasso/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/picasso/src'
installing to /data/gannet/ripley/R/packages/tests-devel/picasso.Rcheck/00LOCK-picasso/00new/picasso/libs
** R
** data
** 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 (picasso)