* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘sox’ ...
** this is package ‘sox’ version ‘1.2.3’
** package ‘sox’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-16 (Debian 16.1.0-1) 16.1.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpJNLHxZ/R.INSTALL3a5d717d2d4897/sox/src'
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I../inst/include/ -I../inst/include/linalg -I../inst/include/prox -I../inst/include/decomp -I../inst/include/dictLearn -fopenmp -DUSE_BLAS_LIB -DNDEBUG -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I../inst/include/ -I../inst/include/linalg -I../inst/include/prox -I../inst/include/decomp -I../inst/include/dictLearn -fopenmp -DUSE_BLAS_LIB -DNDEBUG -fpic -g -O2 -Wall -pedantic -mtune=native -c main.cpp -o main.o
In file included from ../inst/include/prox/fista.h:24,
from ../inst/include/dictLearn/dicts.h:36,
from ../inst/include/spams.h:25,
from main.cpp:4:
../inst/include/prox/project.h: In instantiation of ‘void Graph<T>::proximal_operator(const T*, T*, bool, const T*) [with T = double]’:
../inst/include/prox/fista.h:1547:43: required from ‘void FISTA::GraphLasso<T>::prox(const Vector<T>&, Vector<T>&, T) [with T = double]’
1547 | _graph.proximal_operator(xc.rawX(),y.rawX(),_clever);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../inst/include/prox/fista.h:1529:25: required from here
1529 | void inline prox(const Vector<T>& x, Vector<T>& y, const T lambda) {
| ^~~~
../inst/include/prox/project.h:2128:6: warning: variable ‘flow_missed’ set but not used [-Wunused-but-set-variable=]
2128 | T flow_missed=0;
| ^~~~~~~~~~~
g++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o sox.so RcppExports.o main.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpJNLHxZ/R.INSTALL3a5d717d2d4897/sox/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpJNLHxZ/R.INSTALL3a5d717d2d4897/sox/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpJNLHxZ/R.INSTALL3a5d717d2d4897/sox/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-sox/00new/sox/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** 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 (sox)