* installing *source* package ‘ExactVaRTest’ ...
** this is package ‘ExactVaRTest’ version ‘0.1.3’
** package ‘ExactVaRTest’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 21.1.0-rc3’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/ExactVaRTest/src'
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c algorithms.cpp -o algorithms.o
algorithms.cpp:54:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
   54 |       cur.resize(keep);
      |       ^
algorithms.cpp:52:5: note: previous statement is here
   52 |     for (std::size_t i = 0; i < cur.size(); ++i)
      |     ^
algorithms.cpp:92:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
   92 |     cur.resize(keep);
      |     ^
algorithms.cpp:90:3: note: previous statement is here
   90 |   for (std::size_t i = 0; i < cur.size(); ++i)
      |   ^
2 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o ExactVaRTest.so RcppExports.o algorithms.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/ExactVaRTest/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/ExactVaRTest/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/ExactVaRTest/src'
installing to /data/gannet/ripley/R/packages/tests-clang/ExactVaRTest.Rcheck/00LOCK-ExactVaRTest/00new/ExactVaRTest/libs
** R
** 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 (ExactVaRTest)