* installing *source* package 'fcci' ...
** package 'fcci' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++11
make[1]: Entering directory '/d/temp/RtmpodALvr/R.INSTALL126784794219f/fcci/src'
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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_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;
      |                        ^~~~
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;
      |                              ^~~~
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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_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;
      |                        ^~~~
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;
      |                              ^~~~
DiscreteFeldmanCousins.h:25:24: warning: 't_up' may be used uninitialized [-Wmaybe-uninitialized]
   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;
      |                              ^~~~
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_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;
      |                              ^~~~
g++ -shared -s -static-libgcc -o fcci.dll tmp.def RcppExports.o binom.o pois.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpodALvr/R.INSTALL126784794219f/fcci/src'
make[1]: Entering directory '/d/temp/RtmpodALvr/R.INSTALL126784794219f/fcci/src'
make[1]: Leaving directory '/d/temp/RtmpodALvr/R.INSTALL126784794219f/fcci/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-fcci/00new/fcci/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'fcci' as fcci_1.0.1.zip
* DONE (fcci)