* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘PeakSegOptimal’ ...
** this is package ‘PeakSegOptimal’ version ‘2024.10.1’
** package ‘PeakSegOptimal’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 21.1.5 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp3ckVqt/R.INSTALLaff0717de17e1/PeakSegOptimal/src'
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c PeakSegFPOPLog.cpp -o PeakSegFPOPLog.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c PeakSegPDPALog.cpp -o PeakSegPDPALog.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c funPieceListLog.cpp -o funPieceListLog.o
funPieceListLog.cpp:292:7: warning: unused variable 'right_left_equal' [-Wunused-variable]
292 | bool right_left_equal = right_left_diff < NEWTON_EPSILON;
| ^~~~~~~~~~~~~~~~
funPieceListLog.cpp:643:11: warning: unused variable 'verbose' [-Wunused-variable]
643 | int verbose = 0;
| ^~~~~~~
funPieceListLog.cpp:674:7: warning: unused variable 'verbose' [-Wunused-variable]
674 | int verbose=false;
| ^~~~~~~
funPieceListLog.cpp:698:7: warning: unused variable 'verbose' [-Wunused-variable]
698 | int verbose = 0;
| ^~~~~~~
4 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c interface.cpp -o interface.o
clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o PeakSegOptimal.so PeakSegFPOPLog.o PeakSegPDPALog.o funPieceListLog.o interface.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp3ckVqt/R.INSTALLaff0717de17e1/PeakSegOptimal/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp3ckVqt/R.INSTALLaff0717de17e1/PeakSegOptimal/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp3ckVqt/R.INSTALLaff0717de17e1/PeakSegOptimal/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-PeakSegOptimal/00new/PeakSegOptimal/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 (PeakSegOptimal)