* 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: ‘g++ (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/reapeR/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-dev/Rcpp/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 epoch_tracker/fft.cc -o epoch_tracker/fft.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-dev/Rcpp/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 epoch_tracker/fd_filter.cc -o epoch_tracker/fd_filter.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-dev/Rcpp/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 epoch_tracker/lpc_analyzer.cc -o epoch_tracker/lpc_analyzer.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-dev/Rcpp/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 epoch_tracker/epoch_tracker.cc -o epoch_tracker/epoch_tracker.o
epoch_tracker/epoch_tracker.cc: In member function ‘void EpochTracker::CreatePeriodLattice()’:
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;
| ^~~~~~~~~~~
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-dev/Rcpp/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 reapeR.cpp -o reapeR.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-dev/Rcpp/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++ -std=gnu++20 -shared -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-devel/reapeR/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/reapeR/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/reapeR/src'
installing to /data/localhost/ripley/R/packages/tests-devel/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)