* installing *source* package ‘clogitL1’ ...
** this is package ‘clogitL1’ version ‘1.6’
** package ‘clogitL1’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/clogitL1/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c clogisticl1_5.cpp -o clogisticl1_5.o
clogisticl1_5.cpp: In function ‘Rcpp::NumericMatrix fit_cloglik(const std::vector<int>&, const std::vector<double>&, int, int, const std::vector<int>&, const std::vector<int>&, int, int, double, double)’:
clogisticl1_5.cpp:448:13: warning: variable ‘totalObs’ set but not used [-Wunused-but-set-variable=]
448 | int totalObs = 0;
| ^~~~~~~~
clogisticl1_5.cpp: In function ‘Rcpp::NumericMatrix clogitl1_c(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, int, int, double, double)’:
clogisticl1_5.cpp:580:23: warning: variable ‘mSum’ set but not used [-Wunused-but-set-variable=]
580 | int nSum = 0, mSum = 0;
| ^~~~
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c clogisticl1_5cv.cpp -o clogisticl1_5cv.o
clogisticl1_5cv.cpp: In function ‘Rcpp::NumericMatrix fit_cloglik(const std::vector<int>&, const std::vector<double>&, int, int, const std::vector<int>&, const std::vector<int>&, std::vector<double>&, int, std::vector<int>&, double)’:
clogisticl1_5cv.cpp:439:13: warning: variable ‘totalObs’ set but not used [-Wunused-but-set-variable=]
439 | int totalObs = 0;
| ^~~~~~~~
clogisticl1_5cv.cpp: In function ‘Rcpp::NumericMatrix clogitl1CV_c(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double)’:
clogisticl1_5cv.cpp:583:23: warning: variable ‘mSum’ set but not used [-Wunused-but-set-variable=]
583 | int nSum = 0, mSum = 0;
| ^~~~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o clogitL1.so RcppExports.o clogisticl1_5.o clogisticl1_5cv.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/clogitL1/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/clogitL1/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/clogitL1/src'
installing to /data/localhost/ripley/R/packages/tests-devel/clogitL1.Rcheck/00LOCK-clogitL1/00new/clogitL1/libs
** R
** inst
** 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 (clogitL1)