* installing *source* package ‘nnmf’ ...
** this is package ‘nnmf’ version ‘1.3’
** package ‘nnmf’ 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/nnmf/src'
g++ -std=gnu++20 -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 -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++ -std=gnu++20 -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 -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 als.cpp -o als.o
als.cpp: In function ‘Eigen::VectorXd fnnls(const Eigen::MatrixXd&, const Eigen::VectorXd&, double, int)’:
als.cpp:94:7: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
94 | for (int r = 0; r < p; ++r)
| ^~~
als.cpp:97:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
97 | if (feasible_sp) {
| ^~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o nnmf.so RcppExports.o als.o -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/nnmf/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/nnmf/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/nnmf/src'
installing to /data/gannet/ripley/R/packages/tests-devel/nnmf.Rcheck/00LOCK-nnmf/00new/nnmf/libs
** R
** 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 (nnmf)