* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’ * installing *source* package ‘fcci’ ... ** package ‘fcci’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’ using C++11 make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpeg7sUf/R.INSTALL3fcc287b778c24/fcci/src' g++-14 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c binom.cpp -o binom.o In file included from binom.cpp:2: DiscreteFeldmanCousins.h: In member function ‘Rcpp::NumericVector DiscreteFeldmanCousins::confint()’: DiscreteFeldmanCousins.h:38:40: warning: unused variable ‘R_l’ [-Wunused-variable] 38 | double R_l = lik_ratio(l - 1); | ^~~ DiscreteFeldmanCousins.h:39:40: warning: unused variable ‘R_r’ [-Wunused-variable] 39 | double R_r = lik_ratio(r + 1); | ^~~ In member function ‘Rcpp::NumericVector DiscreteFeldmanCousins::confint()’, inlined from ‘Rcpp::NumericVector confint_binom_cpp(int, int, double, double, double, double)’ at binom.cpp:44:20: DiscreteFeldmanCousins.h:55:35: warning: ‘t_lo’ may be used uninitialized [-Wmaybe-uninitialized] 55 | return {t_lo, t_up}; | ^ DiscreteFeldmanCousins.h: In function ‘Rcpp::NumericVector confint_binom_cpp(int, int, double, double, double, double)’: DiscreteFeldmanCousins.h:25:30: note: ‘t_lo’ was declared here 25 | double t_up, t_lo; | ^~~~ In member function ‘Rcpp::NumericVector DiscreteFeldmanCousins::confint()’, inlined from ‘Rcpp::NumericVector confint_binom_cpp(int, int, double, double, double, double)’ at binom.cpp:44:20: DiscreteFeldmanCousins.h:55:35: warning: ‘t_up’ may be used uninitialized [-Wmaybe-uninitialized] 55 | return {t_lo, t_up}; | ^ DiscreteFeldmanCousins.h: In function ‘Rcpp::NumericVector confint_binom_cpp(int, int, double, double, double, double)’: DiscreteFeldmanCousins.h:25:24: note: ‘t_up’ was declared here 25 | double t_up, t_lo; | ^~~~ g++-14 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c pois.cpp -o pois.o In file included from pois.cpp:3: DiscreteFeldmanCousins.h: In member function ‘Rcpp::NumericVector DiscreteFeldmanCousins::confint()’: DiscreteFeldmanCousins.h:38:40: warning: unused variable ‘R_l’ [-Wunused-variable] 38 | double R_l = lik_ratio(l - 1); | ^~~ DiscreteFeldmanCousins.h:39:40: warning: unused variable ‘R_r’ [-Wunused-variable] 39 | double R_r = lik_ratio(r + 1); | ^~~ In member function ‘Rcpp::NumericVector DiscreteFeldmanCousins::confint()’, inlined from ‘Rcpp::NumericVector confint_pois_cpp(int, double, double, double, double, double)’ at pois.cpp:63:20: DiscreteFeldmanCousins.h:55:35: warning: ‘t_lo’ may be used uninitialized [-Wmaybe-uninitialized] 55 | return {t_lo, t_up}; | ^ DiscreteFeldmanCousins.h: In function ‘Rcpp::NumericVector confint_pois_cpp(int, double, double, double, double, double)’: DiscreteFeldmanCousins.h:25:30: note: ‘t_lo’ was declared here 25 | double t_up, t_lo; | ^~~~ In member function ‘Rcpp::NumericVector DiscreteFeldmanCousins::confint()’, inlined from ‘Rcpp::NumericVector confint_pois_cpp(int, double, double, double, double, double)’ at pois.cpp:63:20: DiscreteFeldmanCousins.h:55:35: warning: ‘t_up’ may be used uninitialized [-Wmaybe-uninitialized] 55 | return {t_lo, t_up}; | ^ DiscreteFeldmanCousins.h: In function ‘Rcpp::NumericVector confint_pois_cpp(int, double, double, double, double, double)’: DiscreteFeldmanCousins.h:25:24: note: ‘t_up’ was declared here 25 | double t_up, t_lo; | ^~~~ In member function ‘Rcpp::NumericVector DiscreteFeldmanCousins::confint()’, inlined from ‘Rcpp::NumericVector confint_pois_adj_cpp(int, double, double, double, double, double, double, double)’ at pois.cpp:90:39: DiscreteFeldmanCousins.h:55:35: warning: ‘t_lo’ may be used uninitialized [-Wmaybe-uninitialized] 55 | return {t_lo, t_up}; | ^ DiscreteFeldmanCousins.h: In function ‘Rcpp::NumericVector confint_pois_adj_cpp(int, double, double, double, double, double, double, double)’: DiscreteFeldmanCousins.h:25:30: note: ‘t_lo’ was declared here 25 | double t_up, t_lo; | ^~~~ In member function ‘Rcpp::NumericVector DiscreteFeldmanCousins::confint()’, inlined from ‘Rcpp::NumericVector confint_pois_adj_cpp(int, double, double, double, double, double, double, double)’ at pois.cpp:90:39: DiscreteFeldmanCousins.h:55:35: warning: ‘t_up’ may be used uninitialized [-Wmaybe-uninitialized] 55 | return {t_lo, t_up}; | ^ DiscreteFeldmanCousins.h: In function ‘Rcpp::NumericVector confint_pois_adj_cpp(int, double, double, double, double, double, double, double)’: DiscreteFeldmanCousins.h:25:24: note: ‘t_up’ was declared here 25 | double t_up, t_lo; | ^~~~ DiscreteFeldmanCousins.h:25:30: warning: ‘t_lo’ may be used uninitialized [-Wmaybe-uninitialized] 25 | double t_up, t_lo; | ^~~~ DiscreteFeldmanCousins.h:25:24: warning: ‘t_up’ may be used uninitialized [-Wmaybe-uninitialized] 25 | double t_up, t_lo; | ^~~~ g++-14 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o fcci.so RcppExports.o binom.o pois.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpeg7sUf/R.INSTALL3fcc287b778c24/fcci/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpeg7sUf/R.INSTALL3fcc287b778c24/fcci/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpeg7sUf/R.INSTALL3fcc287b778c24/fcci/src' installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-fcci/00new/fcci/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package ‘fcci’ finding HTML links ... done confint_binom html confint_pois html fcci-package html ** 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)