* installing *source* package ‘sox’ ...
** package ‘sox’ 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/sox/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/usr/local/include   -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 -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/usr/local/include   -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 -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c main.cpp -o main.o
In file included from ../inst/include/linalg/utils.h:126,
                 from ../inst/include/decomp/decomp.h:33,
                 from ../inst/include/dictLearn/dicts.h:35,
                 from ../inst/include/spams.h:25,
                 from main.cpp:4:
../inst/include/linalg/linalg.h:535:22: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  535 |    explicit Matrix<T>(const Matrix<T>& matrix);
      |                      ^
../inst/include/linalg/linalg.h:535:22: note: remove the '< >'
../inst/include/linalg/linalg.h:563:22: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  563 |    explicit Vector<T>(const Vector<T>& vec);
      |                      ^
../inst/include/linalg/linalg.h:563:22: note: remove the '< >'
In file included from ../inst/include/dictLearn/dicts.h:36:
../inst/include/prox/fista.h:267:57: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  267 |                      explicit SplittingFunction<T,F,D,E>(const SplittingFunction<T,F,D,E>& loss);
      |                                                         ^
../inst/include/prox/fista.h:267:57: note: remove the '< >'
../inst/include/prox/fista.h:292:33: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  292 |             explicit Loss<T,D,E>(const Loss<T,D,E>& dict);
      |                                 ^
../inst/include/prox/fista.h:292:33: note: remove the '< >'
../inst/include/prox/fista.h:355:38: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  355 |             explicit SqLossMissing<T>(const SqLossMissing<T>& dict);
      |                                      ^
../inst/include/prox/fista.h:355:38: note: remove the '< >'
../inst/include/prox/fista.h:488:31: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  488 |             explicit SqLoss<T>(const SqLoss<T>& dict);
      |                               ^
../inst/include/prox/fista.h:488:31: note: remove the '< >'
../inst/include/prox/fista.h:585:34: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  585 |             explicit HingeLoss<T>(const HingeLoss<T>& dict);
      |                                  ^
../inst/include/prox/fista.h:585:34: note: remove the '< >'
../inst/include/prox/fista.h:681:41: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  681 |             explicit LogLoss<T,weighted>(const LogLoss<T,weighted>& dict);
      |                                         ^
../inst/include/prox/fista.h:681:41: note: remove the '< >'
../inst/include/prox/fista.h:792:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  792 |             explicit MultiLogLoss<T>(const MultiLogLoss<T>& dict);
      |                                     ^
../inst/include/prox/fista.h:792:37: note: remove the '< >'
../inst/include/prox/fista.h:863:36: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  863 |             explicit PoissonLoss<T>(const PoissonLoss<T>& dict);
      |                                    ^
../inst/include/prox/fista.h:863:36: note: remove the '< >'
../inst/include/prox/fista.h:919:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  919 |             explicit LossCur<T>(const LossCur<T>& dict);
      |                                ^
../inst/include/prox/fista.h:919:32: note: remove the '< >'
../inst/include/prox/fista.h:995:34: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  995 |             explicit SqLossMat<T>(const SqLossMat<T>& dict);
      |                                  ^
../inst/include/prox/fista.h:995:34: note: remove the '< >'
../inst/include/prox/fista.h:1073:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
 1073 |             explicit LossMatSup<T,L>(const LossMatSup<T,L>& dict);
      |                                     ^
../inst/include/prox/fista.h:1073:37: note: remove the '< >'
../inst/include/prox/fista.h:1164:38: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
 1164 |             explicit Regularizer<T,D>(const Regularizer<T,D>& reg);
      |                                      ^
../inst/include/prox/fista.h:1164:38: note: remove the '< >'
../inst/include/dictLearn/dicts.h:214:26: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  214 |       explicit Trainer<T>(const Trainer<T>& trainer);
      |                          ^
../inst/include/dictLearn/dicts.h:214:26: note: remove the '< >'
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o sox.so RcppExports.o main.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/sox/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/sox/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/sox/src'
installing to /data/gannet/ripley/R/packages/tests-devel/sox.Rcheck/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)