* installing *source* package ‘CVR’ ...
** package ‘CVR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/CVR/src'
g++-13 -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/RcppArmadillo/include' -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 RcppExports.cpp -o RcppExports.o
g++-13 -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/RcppArmadillo/include' -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 cvrsolver.cpp -o cvrsolver.o
gcc-13 -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/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c registerDynamicSymbol.c -o registerDynamicSymbol.o
cvrsolver.cpp: In function 'Rcpp::List cvrsolver(arma::mat, Rcpp::List, int, double, arma::vec, std::string, Rcpp::List, std::string, Rcpp::List)':
cvrsolver.cpp:215:3: warning: label 'arma' defined but not used [-Wunused-label]
  215 |   arma:vec d, s;
      |   ^~~~
In file included from /usr/local/gcc13/include/c++/13.2.0/iostream:41,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:52,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:25,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo.h:29,
                 from cvrsolver.cpp:1:
In member function 'std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>]',
    inlined from 'Rcpp::List cvrsolver(arma::mat, Rcpp::List, int, double, arma::vec, std::string, Rcpp::List, std::string, Rcpp::List)' at cvrsolver.cpp:441:38:
/usr/local/gcc13/include/c++/13.2.0/ostream:223:25: warning: 'difftmp' may be used uninitialized [-Wmaybe-uninitialized]
  223 |       { return _M_insert(__f); }
      |                ~~~~~~~~~^~~~~
cvrsolver.cpp: In function 'Rcpp::List cvrsolver(arma::mat, Rcpp::List, int, double, arma::vec, std::string, Rcpp::List, std::string, Rcpp::List)':
cvrsolver.cpp:216:49: note: 'difftmp' was declared here
  216 |   double  tmp1 = 0, tmp2 = 0, tmp3 = 0, t1, t2, difftmp;
      |                                                 ^~~~~~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o CVR.so RcppExports.o cvrsolver.o registerDynamicSymbol.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/CVR/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/CVR/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/CVR/src'
installing to /data/gannet/ripley/R/packages/tests-devel/CVR.Rcheck/00LOCK-CVR/00new/CVR/libs
** R
** data
** 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 (CVR)