* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘Phase123’ ...
** this is package ‘Phase123’ version ‘2.1’
** package ‘Phase123’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (10)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpdvxsWK/R.INSTALL2e96b74334970d/Phase123/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c PHASE123CODE.cpp -o PHASE123CODE.o
PHASE123CODE.cpp:106:7: warning: unused variable 'm' [-Wunused-variable]
106 | int m=0;
| ^
PHASE123CODE.cpp:625:7: warning: unused variable 'Count' [-Wunused-variable]
625 | int Count=0;
| ^~~~~
PHASE123CODE.cpp:635:7: warning: unused variable 'nREP' [-Wunused-variable]
635 | int nREP=0;
| ^~~~
PHASE123CODE.cpp:678:10: warning: unused variable 'min1' [-Wunused-variable]
678 | double min1=0;
| ^~~~
PHASE123CODE.cpp:1517:7: warning: unused variable 'Count' [-Wunused-variable]
1517 | int Count=0;
| ^~~~~
PHASE123CODE.cpp:1527:7: warning: unused variable 'nREP' [-Wunused-variable]
1527 | int nREP=0;
| ^~~~
PHASE123CODE.cpp:1550:7: warning: unused variable 'm' [-Wunused-variable]
1550 | int m=0;
| ^
PHASE123CODE.cpp:1567:7: warning: variable 'STOPPED' set but not used [-Wunused-but-set-variable]
1567 | int STOPPED=0;
| ^
PHASE123CODE.cpp:1568:7: warning: unused variable 'i' [-Wunused-variable]
1568 | int i=0;
| ^
PHASE123CODE.cpp:1570:10: warning: unused variable 'min1' [-Wunused-variable]
1570 | double min1=0;
| ^~~~
PHASE123CODE.cpp:1574:7: warning: unused variable 'nRep' [-Wunused-variable]
1574 | int nRep=0;
| ^~~~
PHASE123CODE.cpp:2001:7: warning: unused variable 'Count' [-Wunused-variable]
2001 | int Count=0;
| ^~~~~
PHASE123CODE.cpp:2011:7: warning: unused variable 'nREP' [-Wunused-variable]
2011 | int nREP=0;
| ^~~~
PHASE123CODE.cpp:2034:7: warning: unused variable 'm' [-Wunused-variable]
2034 | int m=0;
| ^
PHASE123CODE.cpp:2051:7: warning: variable 'STOPPED' set but not used [-Wunused-but-set-variable]
2051 | int STOPPED=0;
| ^
PHASE123CODE.cpp:2052:7: warning: unused variable 'i' [-Wunused-variable]
2052 | int i=0;
| ^
PHASE123CODE.cpp:2054:10: warning: unused variable 'min1' [-Wunused-variable]
2054 | double min1=0;
| ^~~~
PHASE123CODE.cpp:2058:7: warning: unused variable 'nRep' [-Wunused-variable]
2058 | int nRep=0;
| ^~~~
PHASE123CODE.cpp:2492:7: warning: unused variable 'b' [-Wunused-variable]
2492 | int b=0;
| ^
PHASE123CODE.cpp:2496:7: warning: unused variable 'B1' [-Wunused-variable]
2496 | int B1=B;
| ^~
PHASE123CODE.cpp:3540:7: warning: unused variable 'm' [-Wunused-variable]
3540 | int m=0;
| ^
21 warnings generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o Phase123.so PHASE123CODE.o RcppExports.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -fopenmp -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpdvxsWK/R.INSTALL2e96b74334970d/Phase123/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpdvxsWK/R.INSTALL2e96b74334970d/Phase123/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpdvxsWK/R.INSTALL2e96b74334970d/Phase123/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-Phase123/00new/Phase123/libs
** R
** 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 (Phase123)