* installing *source* package ‘fcci’ ... ** this is package ‘fcci’ version ‘1.0.2’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 21.1.5 (1)’ clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c binom.cpp -o binom.o In file included from binom.cpp:2: ./DiscreteFeldmanCousins.h:38:12: warning: unused variable 'R_l' [-Wunused-variable] 38 | double R_l = lik_ratio(l - 1); | ^~~ ./DiscreteFeldmanCousins.h:39:12: warning: unused variable 'R_r' [-Wunused-variable] 39 | double R_r = lik_ratio(r + 1); | ^~~ 2 warnings generated. clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c pois.cpp -o pois.o In file included from pois.cpp:3: ./DiscreteFeldmanCousins.h:38:12: warning: unused variable 'R_l' [-Wunused-variable] 38 | double R_l = lik_ratio(l - 1); | ^~~ ./DiscreteFeldmanCousins.h:39:12: warning: unused variable 'R_r' [-Wunused-variable] 39 | double R_r = lik_ratio(r + 1); | ^~~ 2 warnings generated. clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-21/lib -Wl,-O1 -o fcci.so RcppExports.o binom.o pois.o -L/home/hornik/tmp/R-d-clang-21/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/fcci.Rcheck/00LOCK-fcci/00new/fcci/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 (fcci)