* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘EpiInvert’ ...
** package ‘EpiInvert’ 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/RtmpeiaaEd/R.INSTALL33ecfc2f3fd917/EpiInvert/src'
clang++-18 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c EpiIndicators.cpp -o EpiIndicators.o
clang++-18 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c EpiIndicators_main.cpp -o EpiIndicators_main.o
clang++-18 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c EpiInvertCore_q_variable.cpp -o EpiInvertCore_q_variable.o
EpiInvertCore_q_variable.cpp:1101:19: warning: variable 'iter_alternate_optimization' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized]
 1101 |       for(int k=0;k<(int) i.size();k++){
      |                   ^~~~~~~~~~~~~~~~
EpiInvertCore_q_variable.cpp:1112:37: note: uninitialized use occurs here
 1112 |     iter_alternate_optimizationV[m]=iter_alternate_optimization;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
EpiInvertCore_q_variable.cpp:1101:19: note: remove the condition if it is always true
 1101 |       for(int k=0;k<(int) i.size();k++){
      |                   ^~~~~~~~~~~~~~~~
EpiInvertCore_q_variable.cpp:1074:36: note: initialize the variable 'iter_alternate_optimization' to silence this warning
 1074 |     int iter_alternate_optimization;
      |                                    ^
      |                                     = 0
EpiInvertCore_q_variable.cpp:1528:19: warning: variable 'iter_alternate_optimization' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized]
 1528 |       for(int k=0;k<(int) i.size();k++){
      |                   ^~~~~~~~~~~~~~~~
EpiInvertCore_q_variable.cpp:1539:37: note: uninitialized use occurs here
 1539 |     iter_alternate_optimizationV[m]=iter_alternate_optimization;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
EpiInvertCore_q_variable.cpp:1528:19: note: remove the condition if it is always true
 1528 |       for(int k=0;k<(int) i.size();k++){
      |                   ^~~~~~~~~~~~~~~~
EpiInvertCore_q_variable.cpp:1499:36: note: initialize the variable 'iter_alternate_optimization' to silence this warning
 1499 |     int iter_alternate_optimization;
      |                                    ^
      |                                     = 0
2 warnings generated.
clang++-18 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c EpiInvert_main.cpp -o EpiInvert_main.o
clang++-18 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c RcppExports.cpp -o RcppExports.o
clang++-18 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c utilities.cpp -o utilities.o
utilities.cpp:33:10: warning: variable 'suma' set but not used [-Wunused-but-set-variable]
   33 |   double suma=K[0];
      |          ^
1 warning generated.
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o EpiInvert.so EpiIndicators.o EpiIndicators_main.o EpiInvertCore_q_variable.o EpiInvert_main.o RcppExports.o utilities.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpeiaaEd/R.INSTALL33ecfc2f3fd917/EpiInvert/src'
make[1]: Entering directory '/tmp/RtmpeiaaEd/R.INSTALL33ecfc2f3fd917/EpiInvert/src'
make[1]: Leaving directory '/tmp/RtmpeiaaEd/R.INSTALL33ecfc2f3fd917/EpiInvert/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-EpiInvert/00new/EpiInvert/libs
** R
** data
*** moving datasets to lazyload DB
** 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
* creating tarball
packaged installation of ‘EpiInvert’ as ‘EpiInvert_0.3.1_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (EpiInvert)