* installing *source* package ‘reapeR’ ...
** this is package ‘reapeR’ version ‘0.2.0’
** package ‘reapeR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 22.1.8’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/reapeR/src'
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/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 epoch_tracker/fft.cc -o epoch_tracker/fft.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/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 epoch_tracker/fd_filter.cc -o epoch_tracker/fd_filter.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/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 epoch_tracker/lpc_analyzer.cc -o epoch_tracker/lpc_analyzer.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/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 epoch_tracker/epoch_tracker.cc -o epoch_tracker/epoch_tracker.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/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 reapeR.cpp -o reapeR.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/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
epoch_tracker/epoch_tracker.cc:808:11: warning: variable 'total_cands' set but not used [-Wunused-but-set-variable]
  808 |   int32_t total_cands = 0;
      |           ^
epoch_tracker/epoch_tracker.cc:36:11: warning: unused variable 'kMinSampleRate' [-Wunused-const-variable]
   36 | const int kMinSampleRate = 6000;
      |           ^~~~~~~~~~~~~~
2 warnings generated.
clang++-22 -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22me/lib -L/usr/local/clang22me/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o reapeR.so epoch_tracker/fft.o epoch_tracker/fd_filter.o epoch_tracker/lpc_analyzer.o epoch_tracker/epoch_tracker.o reapeR.o RcppExports.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/reapeR/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/reapeR/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/reapeR/src'
installing to /data/localhost/ripley/R/packages/tests-clang/reapeR.Rcheck/00LOCK-reapeR/00new/reapeR/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (reapeR)