* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘fastei’ ... ** this is package ‘fastei’ version ‘0.0.0.10’ ** package ‘fastei’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.7 (7)’ using C++ compiler: ‘Debian clang version 19.1.7 (7)’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp1beJIo/R.INSTALL21dac88ec5374/fastei/src' clang-19 -std=gnu23 -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 LP.c -o LP.o LP.c:45:20: warning: unused function 'row_copy' [-Wunused-function] 45 | static inline void row_copy(int n, const double *src, double *dst) | ^~~~~~~~ 1 warning generated. clang-19 -std=gnu23 -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 MCMC.c -o MCMC.o MCMC.c:182:14: warning: unused variable 'arraySize' [-Wunused-variable] 182 | uint32_t arraySize = M * S; | ^~~~~~~~~ MCMC.c:361:13: warning: unused variable 'W' [-Wunused-variable] 361 | Matrix *W = &ctx->W; // Get the W matrix | ^ MCMC.c:497:20: warning: unused variable 'qsum' [-Wunused-variable] 497 | double qsum = 0; | ^~~~ MCMC.c:483:13: warning: unused variable 'W' [-Wunused-variable] 483 | Matrix *W = &ctx->W; // Get the W matrix | ^ MCMC.c:488:12: warning: variable 'borrar' set but not used [-Wunused-but-set-variable] 488 | double borrar = 0; | ^ MCMC.c:489:12: warning: variable 'borrar2' set but not used [-Wunused-but-set-variable] 489 | double borrar2 = 0; | ^ MCMC.c:550:27: warning: unused variable 'currentMatrix' [-Wunused-variable] 550 | IntMatrix currentMatrix = currentSet->data[s]; // Z | ^~~~~~~~~~~~~ MCMC.c:518:13: warning: unused variable 'X' [-Wunused-variable] 518 | Matrix *X = &ctx->X; | ^ MCMC.c:520:16: warning: unused variable 'intX' [-Wunused-variable] 520 | IntMatrix *intX = &ctx->intX; | ^~~~ MCMC.c:521:16: warning: unused variable 'intW' [-Wunused-variable] 521 | IntMatrix *intW = &ctx->intW; | ^~~~ MCMC.c:523:13: warning: unused variable 'probabilities' [-Wunused-variable] 523 | Matrix *probabilities = &ctx->probabilities; | ^~~~~~~~~~~~~ 11 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/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=gnu23 -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 bootstrap.c -o bootstrap.o bootstrap.c:132:9: warning: unused variable 'samples' [-Wunused-variable] 132 | int samples = bdim * bootiter; | ^~~~~~~ bootstrap.c:133:9: warning: unused variable 'matsize' [-Wunused-variable] 133 | int matsize = wmat->cols * xmat->rows; | ^~~~~~~ bootstrap.c:251:9: warning: unused variable 'matsize' [-Wunused-variable] 251 | int matsize = xmat->rows; | ^~~~~~~ 3 warnings generated. clang-19 -std=gnu23 -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 dynamic_program.c -o dynamic_program.o clang-19 -std=gnu23 -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 exact.c -o exact.o exact.c:224:10: warning: unused variable 'HSETS' [-Wunused-variable] 224 | Set *HSETS = ctx->hset; | ^~~~~ exact.c:268:10: warning: unused variable 'KSETS' [-Wunused-variable] 268 | Set *KSETS = ctx->kset; | ^~~~~ exact.c:414:10: warning: unused variable 'KSETS' [-Wunused-variable] 414 | Set *KSETS = ctx->kset; | ^~~~~ exact.c:415:10: warning: unused variable 'HSETS' [-Wunused-variable] 415 | Set *HSETS = ctx->hset; | ^~~~~ exact.c:584:13: warning: unused variable 'W' [-Wunused-variable] 584 | Matrix *W = &ctx->W; | ^ 5 warnings generated. clang-19 -std=gnu23 -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 main.c -o main.o main.c:497:25: warning: variable 'status' set but not used [-Wunused-but-set-variable] 497 | int status; | ^ main.c:634:50: warning: '&&' within '||' [-Wlogical-op-parentheses] 634 | if (i >= 1 && i >= config.params.miniter && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 635 | (fabs(newLL - oldLL) < LLconvergence || | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 636 | convergeMatrix(&oldProbabilities, &ctx->probabilities, convergence)) || | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ main.c:634:50: note: place parentheses around the '&&' expression to silence this warning 634 | if (i >= 1 && i >= config.params.miniter && | ^ | ( 635 | (fabs(newLL - oldLL) < LLconvergence || 636 | convergeMatrix(&oldProbabilities, &ctx->probabilities, convergence)) || | ) 2 warnings generated. clang-19 -std=gnu23 -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 multinomial.c -o multinomial.o multinomial.c:107:13: warning: unused variable 'X' [-Wunused-variable] 107 | Matrix *X = &ctx->X; | ^ multinomial.c:108:13: warning: unused variable 'W' [-Wunused-variable] 108 | Matrix *W = &ctx->W; | ^ multinomial.c:110:16: warning: unused variable 'intW' [-Wunused-variable] 110 | IntMatrix *intW = &ctx->intW; | ^~~~ 3 warnings generated. clang-19 -std=gnu23 -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 multivariate-cdf.c -o multivariate-cdf.o clang-19 -std=gnu23 -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 multivariate-pdf.c -o multivariate-pdf.o clang-19 -std=gnu23 -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 utils_hash.c -o utils_hash.o clang-19 -std=gnu23 -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 utils_matrix.c -o utils_matrix.o utils_matrix.c:62:13: warning: unused function 'transposeMatrix' [-Wunused-function] 62 | static void transposeMatrix(const double *src, int rows, int cols, double *dst) | ^~~~~~~~~~~~~~~ 1 warning generated. clang-19 -std=gnu23 -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 utils_multivariate.c -o utils_multivariate.o utils_multivariate.c:230:10: warning: unused variable 'trans' [-Wunused-variable] 230 | char trans = 'N'; // (There's no separate transpose flag in dger, | ^~~~~ 1 warning 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/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 wrapper.cpp -o wrapper.o clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o fastei.so LP.o MCMC.o RcppExports.o bootstrap.o dynamic_program.o exact.o main.o multinomial.o multivariate-cdf.o multivariate-pdf.o utils_hash.o utils_matrix.o utils_multivariate.o wrapper.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/Rtmp1beJIo/R.INSTALL21dac88ec5374/fastei/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp1beJIo/R.INSTALL21dac88ec5374/fastei/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp1beJIo/R.INSTALL21dac88ec5374/fastei/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-fastei/00new/fastei/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (fastei)