* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘PReMiuM’ ...
** package ‘PReMiuM’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpvxqmkF/R.INSTALL173b86664770dd/PReMiuM/src'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I./include -DBOOST_MATH_PROMOTE_DOUBLE_POLICY=false  -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/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c PReMiuM.cpp -o PReMiuM.o
In file included from PReMiuM.cpp:48:
./include/PReMiuMIO.h:590:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
  590 |         int i=0;
      |             ^
In file included from PReMiuM.cpp:45:
In file included from ./include/PReMiuMModel.h:58:
./include/PReMiuMData.h:588:8: warning: private field '_includeuCARinit' is not used [-Wunused-private-field]
  588 |                 bool _includeuCARinit;
      |                      ^
2 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I./include -DBOOST_MATH_PROMOTE_DOUBLE_POLICY=false  -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/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c init.cpp -o init.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I./include -DBOOST_MATH_PROMOTE_DOUBLE_POLICY=false  -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/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c postProcess.cpp -o postProcess.o
postProcess.cpp:329:2: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
  329 |         if (x < 12.0)
      |         ^
postProcess.cpp:323:5: note: previous statement is here
  323 |     if (x < 0.001)
      |     ^
1 warning generated.
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o PReMiuM.so PReMiuM.o init.o postProcess.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpvxqmkF/R.INSTALL173b86664770dd/PReMiuM/src'
make[1]: Entering directory '/tmp/RtmpvxqmkF/R.INSTALL173b86664770dd/PReMiuM/src'
make[1]: Leaving directory '/tmp/RtmpvxqmkF/R.INSTALL173b86664770dd/PReMiuM/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-PReMiuM/00new/PReMiuM/libs
** R
** inst
** 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 (PReMiuM)